Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.84 KB

ErrorDetail.md

File metadata and controls

72 lines (39 loc) · 1.84 KB

ErrorDetail

Properties

Name Type Description Notes
String string
Code string

Methods

NewErrorDetail

func NewErrorDetail(string_ string, code string, ) *ErrorDetail

NewErrorDetail instantiates a new ErrorDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewErrorDetailWithDefaults

func NewErrorDetailWithDefaults() *ErrorDetail

NewErrorDetailWithDefaults instantiates a new ErrorDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetString

func (o *ErrorDetail) GetString() string

GetString returns the String field if non-nil, zero value otherwise.

GetStringOk

func (o *ErrorDetail) GetStringOk() (*string, bool)

GetStringOk returns a tuple with the String field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetString

func (o *ErrorDetail) SetString(v string)

SetString sets String field to given value.

GetCode

func (o *ErrorDetail) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *ErrorDetail) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode

func (o *ErrorDetail) SetCode(v string)

SetCode sets Code field to given value.

[Back to Model list] [Back to API list] [Back to README]