Skip to main content

ExportFormDefinitionsByTenantV1200ResponseInnerSelf

Properties

NameTypeDescriptionNotes
ObjectPointer to Formdefinitionselfimportexportdto[optional]

Methods

NewExportFormDefinitionsByTenantV1200ResponseInnerSelf

func NewExportFormDefinitionsByTenantV1200ResponseInnerSelf() *ExportFormDefinitionsByTenantV1200ResponseInnerSelf

NewExportFormDefinitionsByTenantV1200ResponseInnerSelf instantiates a new ExportFormDefinitionsByTenantV1200ResponseInnerSelf 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

NewExportFormDefinitionsByTenantV1200ResponseInnerSelfWithDefaults

func NewExportFormDefinitionsByTenantV1200ResponseInnerSelfWithDefaults() *ExportFormDefinitionsByTenantV1200ResponseInnerSelf

NewExportFormDefinitionsByTenantV1200ResponseInnerSelfWithDefaults instantiates a new ExportFormDefinitionsByTenantV1200ResponseInnerSelf 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 *ExportFormDefinitionsByTenantV1200ResponseInnerSelf) GetObject() Formdefinitionselfimportexportdto

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

GetObjectOk

func (o *ExportFormDefinitionsByTenantV1200ResponseInnerSelf) GetObjectOk() (*Formdefinitionselfimportexportdto, 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 *ExportFormDefinitionsByTenantV1200ResponseInnerSelf) SetObject(v Formdefinitionselfimportexportdto)

SetObject sets Object field to given value.

HasObject

func (o *ExportFormDefinitionsByTenantV1200ResponseInnerSelf) HasObject() bool

HasObject returns a boolean if a field has been set.