ExportFormDefinitionsByTenant200ResponseInnerSelf
Properties
Name | Type | Description | Notes |
---|---|---|---|
Object | Pointer to FormDefinitionSelfImportExportDto | [optional] |
Methods
NewExportFormDefinitionsByTenant200ResponseInnerSelf
func NewExportFormDefinitionsByTenant200ResponseInnerSelf() *ExportFormDefinitionsByTenant200ResponseInnerSelf
NewExportFormDefinitionsByTenant200ResponseInnerSelf instantiates a new ExportFormDefinitionsByTenant200ResponseInnerSelf 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
NewExportFormDefinitionsByTenant200ResponseInnerSelfWithDefaults
func NewExportFormDefinitionsByTenant200ResponseInnerSelfWithDefaults() *ExportFormDefinitionsByTenant200ResponseInnerSelf
NewExportFormDefinitionsByTenant200ResponseInnerSelfWithDefaults instantiates a new ExportFormDefinitionsByTenant200ResponseInnerSelf 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 *ExportFormDefinitionsByTenant200ResponseInnerSelf) GetObject() FormDefinitionSelfImportExportDto
GetObject returns the Object field if non-nil, zero value otherwise.
GetObjectOk
func (o *ExportFormDefinitionsByTenant200ResponseInnerSelf) 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 *ExportFormDefinitionsByTenant200ResponseInnerSelf) SetObject(v FormDefinitionSelfImportExportDto)
SetObject sets Object field to given value.
HasObject
func (o *ExportFormDefinitionsByTenant200ResponseInnerSelf) HasObject() bool
HasObject returns a boolean if a field has been set.