Skip to main content

FormDefinitionDynamicSchemaRequest

Properties

NameTypeDescriptionNotes
AttributesPointer to FormDefinitionDynamicSchemaRequestAttributes[optional]
DescriptionPointer to stringDescription is the form definition dynamic schema description text[optional]
IdPointer to stringID is a unique identifier[optional]
TypePointer to stringType is the form definition dynamic schema type[optional]
VersionNumberPointer to int64VersionNumber is the form definition dynamic schema version number[optional]

Methods

NewFormDefinitionDynamicSchemaRequest

func NewFormDefinitionDynamicSchemaRequest() *FormDefinitionDynamicSchemaRequest

NewFormDefinitionDynamicSchemaRequest instantiates a new FormDefinitionDynamicSchemaRequest 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

NewFormDefinitionDynamicSchemaRequestWithDefaults

func NewFormDefinitionDynamicSchemaRequestWithDefaults() *FormDefinitionDynamicSchemaRequest

NewFormDefinitionDynamicSchemaRequestWithDefaults instantiates a new FormDefinitionDynamicSchemaRequest 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

GetAttributes

func (o *FormDefinitionDynamicSchemaRequest) GetAttributes() FormDefinitionDynamicSchemaRequestAttributes

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *FormDefinitionDynamicSchemaRequest) GetAttributesOk() (*FormDefinitionDynamicSchemaRequestAttributes, bool)

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

SetAttributes

func (o *FormDefinitionDynamicSchemaRequest) SetAttributes(v FormDefinitionDynamicSchemaRequestAttributes)

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *FormDefinitionDynamicSchemaRequest) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

GetDescription

func (o *FormDefinitionDynamicSchemaRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *FormDefinitionDynamicSchemaRequest) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *FormDefinitionDynamicSchemaRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *FormDefinitionDynamicSchemaRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetId

func (o *FormDefinitionDynamicSchemaRequest) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *FormDefinitionDynamicSchemaRequest) GetIdOk() (*string, bool)

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

SetId

func (o *FormDefinitionDynamicSchemaRequest) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *FormDefinitionDynamicSchemaRequest) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *FormDefinitionDynamicSchemaRequest) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *FormDefinitionDynamicSchemaRequest) GetTypeOk() (*string, bool)

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

SetType

func (o *FormDefinitionDynamicSchemaRequest) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *FormDefinitionDynamicSchemaRequest) HasType() bool

HasType returns a boolean if a field has been set.

GetVersionNumber

func (o *FormDefinitionDynamicSchemaRequest) GetVersionNumber() int64

GetVersionNumber returns the VersionNumber field if non-nil, zero value otherwise.

GetVersionNumberOk

func (o *FormDefinitionDynamicSchemaRequest) GetVersionNumberOk() (*int64, bool)

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

SetVersionNumber

func (o *FormDefinitionDynamicSchemaRequest) SetVersionNumber(v int64)

SetVersionNumber sets VersionNumber field to given value.

HasVersionNumber

func (o *FormDefinitionDynamicSchemaRequest) HasVersionNumber() bool

HasVersionNumber returns a boolean if a field has been set.