Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.43 KB

ImportFormDefinitions202ResponseErrorsInner.md

File metadata and controls

108 lines (59 loc) · 3.43 KB

ImportFormDefinitions202ResponseErrorsInner

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

NewImportFormDefinitions202ResponseErrorsInner

func NewImportFormDefinitions202ResponseErrorsInner() *ImportFormDefinitions202ResponseErrorsInner

NewImportFormDefinitions202ResponseErrorsInner instantiates a new ImportFormDefinitions202ResponseErrorsInner 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

NewImportFormDefinitions202ResponseErrorsInnerWithDefaults

func NewImportFormDefinitions202ResponseErrorsInnerWithDefaults() *ImportFormDefinitions202ResponseErrorsInner

NewImportFormDefinitions202ResponseErrorsInnerWithDefaults instantiates a new ImportFormDefinitions202ResponseErrorsInner 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 *ImportFormDefinitions202ResponseErrorsInner) GetDetail() map[string]map[string]interface{}

GetDetail returns the Detail field if non-nil, zero value otherwise.

GetDetailOk

func (o *ImportFormDefinitions202ResponseErrorsInner) 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 *ImportFormDefinitions202ResponseErrorsInner) SetDetail(v map[string]map[string]interface{})

SetDetail sets Detail field to given value.

HasDetail

func (o *ImportFormDefinitions202ResponseErrorsInner) HasDetail() bool

HasDetail returns a boolean if a field has been set.

GetKey

func (o *ImportFormDefinitions202ResponseErrorsInner) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *ImportFormDefinitions202ResponseErrorsInner) 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 *ImportFormDefinitions202ResponseErrorsInner) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *ImportFormDefinitions202ResponseErrorsInner) HasKey() bool

HasKey returns a boolean if a field has been set.

GetText

func (o *ImportFormDefinitions202ResponseErrorsInner) GetText() string

GetText returns the Text field if non-nil, zero value otherwise.

GetTextOk

func (o *ImportFormDefinitions202ResponseErrorsInner) 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 *ImportFormDefinitions202ResponseErrorsInner) SetText(v string)

SetText sets Text field to given value.

HasText

func (o *ImportFormDefinitions202ResponseErrorsInner) HasText() bool

HasText returns a boolean if a field has been set.

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