Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Name | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
DataType | Pointer to int32 | [optional] | |
Hint | Pointer to string | [optional] | |
Validation | Pointer to string | [optional] | |
Enrollment | Pointer to int32 | [optional] | |
Message | Pointer to string | [optional] | |
Options | Pointer to string | [optional] | |
DefaultValue | Pointer to string | [optional] | |
DisplayOrder | Pointer to int32 | [optional] |
func NewKeyfactorApiModelsMetadataFieldMetadataFieldResponse() *KeyfactorApiModelsMetadataFieldMetadataFieldResponse
NewKeyfactorApiModelsMetadataFieldMetadataFieldResponse instantiates a new KeyfactorApiModelsMetadataFieldMetadataFieldResponse 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 NewKeyfactorApiModelsMetadataFieldMetadataFieldResponseWithDefaults() *KeyfactorApiModelsMetadataFieldMetadataFieldResponse
NewKeyfactorApiModelsMetadataFieldMetadataFieldResponseWithDefaults instantiates a new KeyfactorApiModelsMetadataFieldMetadataFieldResponse 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 *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) 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 *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetName(v string)
SetName sets Name field to given value.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) 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.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDataType() int32
GetDataType returns the DataType field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDataTypeOk() (*int32, bool)
GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetDataType(v int32)
SetDataType sets DataType field to given value.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasDataType() bool
HasDataType returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetHint() string
GetHint returns the Hint field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetHintOk() (*string, bool)
GetHintOk returns a tuple with the Hint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetHint(v string)
SetHint sets Hint field to given value.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasHint() bool
HasHint returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetValidation() string
GetValidation returns the Validation field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) 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 *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetValidation(v string)
SetValidation sets Validation field to given value.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasValidation() bool
HasValidation returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetEnrollment() int32
GetEnrollment returns the Enrollment field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) 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 *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetEnrollment(v int32)
SetEnrollment sets Enrollment field to given value.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasEnrollment() bool
HasEnrollment returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) 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 *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetOptions() string
GetOptions returns the Options field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetOptionsOk() (*string, bool)
GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetOptions(v string)
SetOptions sets Options field to given value.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) 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 *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetDefaultValue(v string)
SetDefaultValue sets DefaultValue field to given value.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDisplayOrder() int32
GetDisplayOrder returns the DisplayOrder field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) GetDisplayOrderOk() (*int32, bool)
GetDisplayOrderOk returns a tuple with the DisplayOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) SetDisplayOrder(v int32)
SetDisplayOrder sets DisplayOrder field to given value.
func (o *KeyfactorApiModelsMetadataFieldMetadataFieldResponse) HasDisplayOrder() bool
HasDisplayOrder returns a boolean if a field has been set.