@@ -12,15 +12,15 @@ Name | Type | Description | Notes
1212** BaseChoices** | Pointer to [ ** CustomFieldChoiceSetBaseChoices** ] ( CustomFieldChoiceSetBaseChoices.md ) | | [ optional]
1313** ExtraChoices** | ** [ ] [ ] interface{}** | |
1414** OrderAlphabetically** | Pointer to ** bool** | Choices are automatically ordered alphabetically | [ optional]
15- ** ChoicesCount** | ** string ** | | [ readonly]
15+ ** ChoicesCount** | ** int32 ** | | [ readonly]
1616** Created** | ** NullableTime** | | [ readonly]
1717** LastUpdated** | ** NullableTime** | | [ readonly]
1818
1919## Methods
2020
2121### NewCustomFieldChoiceSet
2222
23- ` func NewCustomFieldChoiceSet(id int32, url string, display string, name string, extraChoices [][]interface{}, choicesCount string , created NullableTime, lastUpdated NullableTime, ) *CustomFieldChoiceSet `
23+ ` func NewCustomFieldChoiceSet(id int32, url string, display string, name string, extraChoices [][]interface{}, choicesCount int32 , created NullableTime, lastUpdated NullableTime, ) *CustomFieldChoiceSet `
2424
2525NewCustomFieldChoiceSet instantiates a new CustomFieldChoiceSet object
2626This constructor will assign default values to properties that have it defined,
@@ -212,20 +212,20 @@ HasOrderAlphabetically returns a boolean if a field has been set.
212212
213213### GetChoicesCount
214214
215- ` func (o *CustomFieldChoiceSet) GetChoicesCount() string `
215+ ` func (o *CustomFieldChoiceSet) GetChoicesCount() int32 `
216216
217217GetChoicesCount returns the ChoicesCount field if non-nil, zero value otherwise.
218218
219219### GetChoicesCountOk
220220
221- ` func (o *CustomFieldChoiceSet) GetChoicesCountOk() (*string , bool) `
221+ ` func (o *CustomFieldChoiceSet) GetChoicesCountOk() (*int32 , bool) `
222222
223223GetChoicesCountOk returns a tuple with the ChoicesCount field if it's non-nil, zero value otherwise
224224and a boolean to check if the value has been set.
225225
226226### SetChoicesCount
227227
228- ` func (o *CustomFieldChoiceSet) SetChoicesCount(v string ) `
228+ ` func (o *CustomFieldChoiceSet) SetChoicesCount(v int32 ) `
229229
230230SetChoicesCount sets ChoicesCount field to given value.
231231
0 commit comments