Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | Internal ID of this entity. | |
Created | Pointer to time.Time | The time this entity was created. | |
Type | Pointer to string | The type of allowed values in the picklist. If the type `time` is chosen, it must be an RFC3339 timestamp string. | |
Values | Pointer to []string | The list of allowed values provided by this picklist. | |
ModifiedBy | Pointer to int32 | ID of the user who last updated this effect if available. | [optional] |
CreatedBy | Pointer to int32 | ID of the user who created this effect. | |
AccountId | Pointer to int32 | The ID of the account that owns this entity. | [optional] |
Imported | Pointer to bool | Imported flag shows that a picklist is imported by a CSV file or not | [optional] |
func (o *Picklist) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Picklist) 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 *Picklist) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Picklist) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *Picklist) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *Picklist) GetCreatedOk() (time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Picklist) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *Picklist) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (o *Picklist) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Picklist) GetTypeOk() (string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Picklist) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Picklist) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (o *Picklist) GetValues() []string
GetValues returns the Values field if non-nil, zero value otherwise.
func (o *Picklist) GetValuesOk() ([]string, bool)
GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Picklist) HasValues() bool
HasValues returns a boolean if a field has been set.
func (o *Picklist) SetValues(v []string)
SetValues gets a reference to the given []string and assigns it to the Values field.
func (o *Picklist) GetModifiedBy() int32
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *Picklist) GetModifiedByOk() (int32, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Picklist) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *Picklist) SetModifiedBy(v int32)
SetModifiedBy gets a reference to the given int32 and assigns it to the ModifiedBy field.
func (o *Picklist) GetCreatedBy() int32
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *Picklist) GetCreatedByOk() (int32, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Picklist) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *Picklist) SetCreatedBy(v int32)
SetCreatedBy gets a reference to the given int32 and assigns it to the CreatedBy field.
func (o *Picklist) GetAccountId() int32
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *Picklist) GetAccountIdOk() (int32, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Picklist) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *Picklist) SetAccountId(v int32)
SetAccountId gets a reference to the given int32 and assigns it to the AccountId field.
func (o *Picklist) GetImported() bool
GetImported returns the Imported field if non-nil, zero value otherwise.
func (o *Picklist) GetImportedOk() (bool, bool)
GetImportedOk returns a tuple with the Imported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Picklist) HasImported() bool
HasImported returns a boolean if a field has been set.
func (o *Picklist) SetImported(v bool)
SetImported gets a reference to the given bool and assigns it to the Imported field.