ImportFormDefinitionsV1202ResponseErrorsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Detail | Pointer to map[string]map[string]interface | [optional] | |
| Key | Pointer to string | [optional] | |
| Text | Pointer to string | [optional] |
Methods
NewImportFormDefinitionsV1202ResponseErrorsInner
func NewImportFormDefinitionsV1202ResponseErrorsInner() *ImportFormDefinitionsV1202ResponseErrorsInner
NewImportFormDefinitionsV1202ResponseErrorsInner instantiates a new ImportFormDefinitionsV1202ResponseErrorsInner 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
NewImportFormDefinitionsV1202ResponseErrorsInnerWithDefaults
func NewImportFormDefinitionsV1202ResponseErrorsInnerWithDefaults() *ImportFormDefinitionsV1202ResponseErrorsInner
NewImportFormDefinitionsV1202ResponseErrorsInnerWithDefaults instantiates a new ImportFormDefinitionsV1202ResponseErrorsInner 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
GetDetail
func (o *ImportFormDefinitionsV1202ResponseErrorsInner) GetDetail() map[string]map[string]interface{}
GetDetail returns the Detail field if non-nil, zero value otherwise.
GetDetailOk
func (o *ImportFormDefinitionsV1202ResponseErrorsInner) GetDetailOk() (*map[string]map[string]interface{}, bool)
GetDetailOk returns a tuple with the Detail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDetail
func (o *ImportFormDefinitionsV1202ResponseErrorsInner) SetDetail(v map[string]map[string]interface{})
SetDetail sets Detail field to given value.
HasDetail
func (o *ImportFormDefinitionsV1202ResponseErrorsInner) HasDetail() bool
HasDetail returns a boolean if a field has been set.
GetKey
func (o *ImportFormDefinitionsV1202ResponseErrorsInner) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
GetKeyOk
func (o *ImportFormDefinitionsV1202ResponseErrorsInner) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetKey
func (o *ImportFormDefinitionsV1202ResponseErrorsInner) SetKey(v string)
SetKey sets Key field to given value.
HasKey
func (o *ImportFormDefinitionsV1202ResponseErrorsInner) HasKey() bool
HasKey returns a boolean if a field has been set.
GetText
func (o *ImportFormDefinitionsV1202ResponseErrorsInner) GetText() string
GetText returns the Text field if non-nil, zero value otherwise.
GetTextOk
func (o *ImportFormDefinitionsV1202ResponseErrorsInner) GetTextOk() (*string, bool)
GetTextOk returns a tuple with the Text field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetText
func (o *ImportFormDefinitionsV1202ResponseErrorsInner) SetText(v string)
SetText sets Text field to given value.
HasText
func (o *ImportFormDefinitionsV1202ResponseErrorsInner) HasText() bool
HasText returns a boolean if a field has been set.