Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.52 KB

ExportFormDefinitionsByTenant200ResponseInner.md

File metadata and controls

108 lines (59 loc) · 3.52 KB

ExportFormDefinitionsByTenant200ResponseInner

Properties

Name Type Description Notes
Object Pointer to FormDefinitionResponse [optional]
Self Pointer to string [optional]
Version Pointer to int32 [optional]

Methods

NewExportFormDefinitionsByTenant200ResponseInner

func NewExportFormDefinitionsByTenant200ResponseInner() *ExportFormDefinitionsByTenant200ResponseInner

NewExportFormDefinitionsByTenant200ResponseInner instantiates a new ExportFormDefinitionsByTenant200ResponseInner 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

NewExportFormDefinitionsByTenant200ResponseInnerWithDefaults

func NewExportFormDefinitionsByTenant200ResponseInnerWithDefaults() *ExportFormDefinitionsByTenant200ResponseInner

NewExportFormDefinitionsByTenant200ResponseInnerWithDefaults instantiates a new ExportFormDefinitionsByTenant200ResponseInner 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

GetObject

func (o *ExportFormDefinitionsByTenant200ResponseInner) GetObject() FormDefinitionResponse

GetObject returns the Object field if non-nil, zero value otherwise.

GetObjectOk

func (o *ExportFormDefinitionsByTenant200ResponseInner) GetObjectOk() (*FormDefinitionResponse, bool)

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

SetObject

func (o *ExportFormDefinitionsByTenant200ResponseInner) SetObject(v FormDefinitionResponse)

SetObject sets Object field to given value.

HasObject

func (o *ExportFormDefinitionsByTenant200ResponseInner) HasObject() bool

HasObject returns a boolean if a field has been set.

GetSelf

func (o *ExportFormDefinitionsByTenant200ResponseInner) GetSelf() string

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *ExportFormDefinitionsByTenant200ResponseInner) GetSelfOk() (*string, bool)

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

SetSelf

func (o *ExportFormDefinitionsByTenant200ResponseInner) SetSelf(v string)

SetSelf sets Self field to given value.

HasSelf

func (o *ExportFormDefinitionsByTenant200ResponseInner) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetVersion

func (o *ExportFormDefinitionsByTenant200ResponseInner) GetVersion() int32

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *ExportFormDefinitionsByTenant200ResponseInner) GetVersionOk() (*int32, bool)

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

SetVersion

func (o *ExportFormDefinitionsByTenant200ResponseInner) SetVersion(v int32)

SetVersion sets Version field to given value.

HasVersion

func (o *ExportFormDefinitionsByTenant200ResponseInner) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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