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] |
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
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
func (o *ModelsTemplateMetadataField) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ModelsTemplateMetadataField) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsTemplateMetadataField) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsTemplateMetadataField) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
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.
func (o *ModelsTemplateMetadataField) SetDefaultValue(v string)
SetDefaultValue sets DefaultValue field to given value.
func (o *ModelsTemplateMetadataField) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (o *ModelsTemplateMetadataField) GetMetadataId() int32
GetMetadataId returns the MetadataId field if non-nil, zero value otherwise.
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.
func (o *ModelsTemplateMetadataField) SetMetadataId(v int32)
SetMetadataId sets MetadataId field to given value.
func (o *ModelsTemplateMetadataField) HasMetadataId() bool
HasMetadataId returns a boolean if a field has been set.
func (o *ModelsTemplateMetadataField) GetValidation() string
GetValidation returns the Validation field if non-nil, zero value otherwise.
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.
func (o *ModelsTemplateMetadataField) SetValidation(v string)
SetValidation sets Validation field to given value.
func (o *ModelsTemplateMetadataField) HasValidation() bool
HasValidation returns a boolean if a field has been set.
func (o *ModelsTemplateMetadataField) GetEnrollment() int32
GetEnrollment returns the Enrollment field if non-nil, zero value otherwise.
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.
func (o *ModelsTemplateMetadataField) SetEnrollment(v int32)
SetEnrollment sets Enrollment field to given value.
func (o *ModelsTemplateMetadataField) HasEnrollment() bool
HasEnrollment returns a boolean if a field has been set.
func (o *ModelsTemplateMetadataField) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
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.
func (o *ModelsTemplateMetadataField) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ModelsTemplateMetadataField) HasMessage() bool
HasMessage returns a boolean if a field has been set.