Name | Type | Description | Notes |
---|---|---|---|
String | string | ||
Code | string |
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
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
func (o *ErrorDetail) GetString() string
GetString returns the String field if non-nil, zero value otherwise.
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.
func (o *ErrorDetail) SetString(v string)
SetString sets String field to given value.
func (o *ErrorDetail) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
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.
func (o *ErrorDetail) SetCode(v string)
SetCode sets Code field to given value.