Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.24 KB

ModelsTemplateMetadataField.md

File metadata and controls

186 lines (101 loc) · 5.24 KB

ModelsTemplateMetadataField

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
DefaultValue Pointer to string [optional]
MetadataId Pointer to int32 [optional]
Validation Pointer to string [optional]
Enrollment Pointer to int32 [optional]
Message Pointer to string [optional]

Methods

NewModelsTemplateMetadataField

func NewModelsTemplateMetadataField() *ModelsTemplateMetadataField

NewModelsTemplateMetadataField instantiates a new ModelsTemplateMetadataField 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

NewModelsTemplateMetadataFieldWithDefaults

func NewModelsTemplateMetadataFieldWithDefaults() *ModelsTemplateMetadataField

NewModelsTemplateMetadataFieldWithDefaults instantiates a new ModelsTemplateMetadataField 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

GetId

func (o *ModelsTemplateMetadataField) GetId() int32

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

GetIdOk

func (o *ModelsTemplateMetadataField) GetIdOk() (*int32, 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 *ModelsTemplateMetadataField) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ModelsTemplateMetadataField) HasId() bool

HasId returns a boolean if a field has been set.

GetDefaultValue

func (o *ModelsTemplateMetadataField) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.

GetDefaultValueOk

func (o *ModelsTemplateMetadataField) GetDefaultValueOk() (*string, bool)

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

SetDefaultValue

func (o *ModelsTemplateMetadataField) SetDefaultValue(v string)

SetDefaultValue sets DefaultValue field to given value.

HasDefaultValue

func (o *ModelsTemplateMetadataField) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

GetMetadataId

func (o *ModelsTemplateMetadataField) GetMetadataId() int32

GetMetadataId returns the MetadataId field if non-nil, zero value otherwise.

GetMetadataIdOk

func (o *ModelsTemplateMetadataField) GetMetadataIdOk() (*int32, bool)

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

SetMetadataId

func (o *ModelsTemplateMetadataField) SetMetadataId(v int32)

SetMetadataId sets MetadataId field to given value.

HasMetadataId

func (o *ModelsTemplateMetadataField) HasMetadataId() bool

HasMetadataId returns a boolean if a field has been set.

GetValidation

func (o *ModelsTemplateMetadataField) GetValidation() string

GetValidation returns the Validation field if non-nil, zero value otherwise.

GetValidationOk

func (o *ModelsTemplateMetadataField) GetValidationOk() (*string, bool)

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

SetValidation

func (o *ModelsTemplateMetadataField) SetValidation(v string)

SetValidation sets Validation field to given value.

HasValidation

func (o *ModelsTemplateMetadataField) HasValidation() bool

HasValidation returns a boolean if a field has been set.

GetEnrollment

func (o *ModelsTemplateMetadataField) GetEnrollment() int32

GetEnrollment returns the Enrollment field if non-nil, zero value otherwise.

GetEnrollmentOk

func (o *ModelsTemplateMetadataField) GetEnrollmentOk() (*int32, bool)

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

SetEnrollment

func (o *ModelsTemplateMetadataField) SetEnrollment(v int32)

SetEnrollment sets Enrollment field to given value.

HasEnrollment

func (o *ModelsTemplateMetadataField) HasEnrollment() bool

HasEnrollment returns a boolean if a field has been set.

GetMessage

func (o *ModelsTemplateMetadataField) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *ModelsTemplateMetadataField) GetMessageOk() (*string, bool)

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

SetMessage

func (o *ModelsTemplateMetadataField) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *ModelsTemplateMetadataField) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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