Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | [readonly] | |
Url | string | [readonly] | |
Display | string | [readonly] | |
Name | string | ||
Description | Pointer to string | [optional] | |
BaseChoices | Pointer to CustomFieldChoiceSetBaseChoices | [optional] | |
ExtraChoices | Pointer to [][]string | [optional] | |
OrderAlphabetically | Pointer to bool | Choices are automatically ordered alphabetically | [optional] |
ChoicesCount | string | [readonly] | |
Created | NullableTime | [readonly] | |
LastUpdated | NullableTime | [readonly] |
func NewCustomFieldChoiceSet(id int32, url string, display string, name string, choicesCount string, created NullableTime, lastUpdated NullableTime, ) *CustomFieldChoiceSet
NewCustomFieldChoiceSet instantiates a new CustomFieldChoiceSet 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 NewCustomFieldChoiceSetWithDefaults() *CustomFieldChoiceSet
NewCustomFieldChoiceSetWithDefaults instantiates a new CustomFieldChoiceSet 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 *CustomFieldChoiceSet) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CustomFieldChoiceSet) 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 *CustomFieldChoiceSet) SetId(v int32)
SetId sets Id field to given value.
func (o *CustomFieldChoiceSet) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *CustomFieldChoiceSet) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomFieldChoiceSet) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *CustomFieldChoiceSet) GetDisplay() string
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *CustomFieldChoiceSet) GetDisplayOk() (*string, bool)
GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomFieldChoiceSet) SetDisplay(v string)
SetDisplay sets Display field to given value.
func (o *CustomFieldChoiceSet) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CustomFieldChoiceSet) 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 *CustomFieldChoiceSet) SetName(v string)
SetName sets Name field to given value.
func (o *CustomFieldChoiceSet) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CustomFieldChoiceSet) 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 *CustomFieldChoiceSet) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CustomFieldChoiceSet) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CustomFieldChoiceSet) GetBaseChoices() CustomFieldChoiceSetBaseChoices
GetBaseChoices returns the BaseChoices field if non-nil, zero value otherwise.
func (o *CustomFieldChoiceSet) GetBaseChoicesOk() (*CustomFieldChoiceSetBaseChoices, bool)
GetBaseChoicesOk returns a tuple with the BaseChoices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomFieldChoiceSet) SetBaseChoices(v CustomFieldChoiceSetBaseChoices)
SetBaseChoices sets BaseChoices field to given value.
func (o *CustomFieldChoiceSet) HasBaseChoices() bool
HasBaseChoices returns a boolean if a field has been set.
func (o *CustomFieldChoiceSet) GetExtraChoices() [][]string
GetExtraChoices returns the ExtraChoices field if non-nil, zero value otherwise.
func (o *CustomFieldChoiceSet) GetExtraChoicesOk() (*[][]string, bool)
GetExtraChoicesOk returns a tuple with the ExtraChoices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomFieldChoiceSet) SetExtraChoices(v [][]string)
SetExtraChoices sets ExtraChoices field to given value.
func (o *CustomFieldChoiceSet) HasExtraChoices() bool
HasExtraChoices returns a boolean if a field has been set.
func (o *CustomFieldChoiceSet) SetExtraChoicesNil(b bool)
SetExtraChoicesNil sets the value for ExtraChoices to be an explicit nil
func (o *CustomFieldChoiceSet) UnsetExtraChoices()
UnsetExtraChoices ensures that no value is present for ExtraChoices, not even an explicit nil
func (o *CustomFieldChoiceSet) GetOrderAlphabetically() bool
GetOrderAlphabetically returns the OrderAlphabetically field if non-nil, zero value otherwise.
func (o *CustomFieldChoiceSet) GetOrderAlphabeticallyOk() (*bool, bool)
GetOrderAlphabeticallyOk returns a tuple with the OrderAlphabetically field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomFieldChoiceSet) SetOrderAlphabetically(v bool)
SetOrderAlphabetically sets OrderAlphabetically field to given value.
func (o *CustomFieldChoiceSet) HasOrderAlphabetically() bool
HasOrderAlphabetically returns a boolean if a field has been set.
func (o *CustomFieldChoiceSet) GetChoicesCount() string
GetChoicesCount returns the ChoicesCount field if non-nil, zero value otherwise.
func (o *CustomFieldChoiceSet) GetChoicesCountOk() (*string, bool)
GetChoicesCountOk returns a tuple with the ChoicesCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomFieldChoiceSet) SetChoicesCount(v string)
SetChoicesCount sets ChoicesCount field to given value.
func (o *CustomFieldChoiceSet) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *CustomFieldChoiceSet) 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 *CustomFieldChoiceSet) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *CustomFieldChoiceSet) SetCreatedNil(b bool)
SetCreatedNil sets the value for Created to be an explicit nil
func (o *CustomFieldChoiceSet) UnsetCreated()
UnsetCreated ensures that no value is present for Created, not even an explicit nil
func (o *CustomFieldChoiceSet) GetLastUpdated() time.Time
GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.
func (o *CustomFieldChoiceSet) GetLastUpdatedOk() (*time.Time, bool)
GetLastUpdatedOk returns a tuple with the LastUpdated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomFieldChoiceSet) SetLastUpdated(v time.Time)
SetLastUpdated sets LastUpdated field to given value.
func (o *CustomFieldChoiceSet) SetLastUpdatedNil(b bool)
SetLastUpdatedNil sets the value for LastUpdated to be an explicit nil
func (o *CustomFieldChoiceSet) UnsetLastUpdated()
UnsetLastUpdated ensures that no value is present for LastUpdated, not even an explicit nil