Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | Name for the Dictionary (must start with an alphabetic character and can contain only alphanumeric characters, underscores, and whitespace). | [optional] |
WriteOnly | Pointer to bool | Determines if items in the dictionary are readable or not. | [optional] [default to false] |
CreatedAt | Pointer to NullableTime | Date and time in ISO 8601 format. | [optional] [readonly] |
DeletedAt | Pointer to NullableTime | Date and time in ISO 8601 format. | [optional] [readonly] |
UpdatedAt | Pointer to NullableTime | Date and time in ISO 8601 format. | [optional] [readonly] |
ServiceID | Pointer to string | [optional] [readonly] | |
Version | Pointer to int32 | [optional] [readonly] | |
ID | Pointer to string | [optional] [readonly] |
func NewDictionaryResponse() *DictionaryResponse
NewDictionaryResponse instantiates a new DictionaryResponse 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 NewDictionaryResponseWithDefaults() *DictionaryResponse
NewDictionaryResponseWithDefaults instantiates a new DictionaryResponse 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 *DictionaryResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DictionaryResponse) 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 *DictionaryResponse) SetName(v string)
SetName sets Name field to given value.
func (o *DictionaryResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DictionaryResponse) GetWriteOnly() bool
GetWriteOnly returns the WriteOnly field if non-nil, zero value otherwise.
func (o *DictionaryResponse) GetWriteOnlyOk() (*bool, bool)
GetWriteOnlyOk returns a tuple with the WriteOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DictionaryResponse) SetWriteOnly(v bool)
SetWriteOnly sets WriteOnly field to given value.
func (o *DictionaryResponse) HasWriteOnly() bool
HasWriteOnly returns a boolean if a field has been set.
func (o *DictionaryResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *DictionaryResponse) GetCreatedAtOk() (*time.Time, 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 *DictionaryResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *DictionaryResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *DictionaryResponse) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *DictionaryResponse) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *DictionaryResponse) GetDeletedAt() time.Time
GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.
func (o *DictionaryResponse) GetDeletedAtOk() (*time.Time, bool)
GetDeletedAtOk returns a tuple with the DeletedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DictionaryResponse) SetDeletedAt(v time.Time)
SetDeletedAt sets DeletedAt field to given value.
func (o *DictionaryResponse) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (o *DictionaryResponse) SetDeletedAtNil(b bool)
SetDeletedAtNil sets the value for DeletedAt to be an explicit nil
func (o *DictionaryResponse) UnsetDeletedAt()
UnsetDeletedAt ensures that no value is present for DeletedAt, not even an explicit nil
func (o *DictionaryResponse) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *DictionaryResponse) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DictionaryResponse) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *DictionaryResponse) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *DictionaryResponse) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *DictionaryResponse) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil
func (o *DictionaryResponse) GetServiceID() string
GetServiceID returns the ServiceID field if non-nil, zero value otherwise.
func (o *DictionaryResponse) GetServiceIDOk() (*string, bool)
GetServiceIDOk returns a tuple with the ServiceID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DictionaryResponse) SetServiceID(v string)
SetServiceID sets ServiceID field to given value.
func (o *DictionaryResponse) HasServiceID() bool
HasServiceID returns a boolean if a field has been set.
func (o *DictionaryResponse) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *DictionaryResponse) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DictionaryResponse) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *DictionaryResponse) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *DictionaryResponse) GetID() string
GetID returns the ID field if non-nil, zero value otherwise.
func (o *DictionaryResponse) 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.
func (o *DictionaryResponse) SetID(v string)
SetID sets ID field to given value.
func (o *DictionaryResponse) HasID() bool
HasID returns a boolean if a field has been set.