Name | Type | Description | Notes |
---|---|---|---|
Value | Pointer to DynamicFieldType | [optional] | |
Desc | Pointer to string | [optional] | |
CreatedAt | Pointer to string | [optional] [readonly] |
func NewDynamicFieldValue() *DynamicFieldValue
NewDynamicFieldValue instantiates a new DynamicFieldValue 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 NewDynamicFieldValueWithDefaults() *DynamicFieldValue
NewDynamicFieldValueWithDefaults instantiates a new DynamicFieldValue 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 *DynamicFieldValue) GetValue() DynamicFieldType
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *DynamicFieldValue) GetValueOk() (*DynamicFieldType, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicFieldValue) SetValue(v DynamicFieldType)
SetValue sets Value field to given value.
func (o *DynamicFieldValue) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *DynamicFieldValue) GetDesc() string
GetDesc returns the Desc field if non-nil, zero value otherwise.
func (o *DynamicFieldValue) GetDescOk() (*string, bool)
GetDescOk returns a tuple with the Desc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicFieldValue) SetDesc(v string)
SetDesc sets Desc field to given value.
func (o *DynamicFieldValue) HasDesc() bool
HasDesc returns a boolean if a field has been set.
func (o *DynamicFieldValue) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *DynamicFieldValue) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicFieldValue) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *DynamicFieldValue) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.