@@ -12,15 +12,15 @@ Name | Type | Description | Notes
12
12
** BaseChoices** | Pointer to [ ** CustomFieldChoiceSetBaseChoices** ] ( CustomFieldChoiceSetBaseChoices.md ) | | [ optional]
13
13
** ExtraChoices** | ** [ ] [ ] interface{}** | |
14
14
** OrderAlphabetically** | Pointer to ** bool** | Choices are automatically ordered alphabetically | [ optional]
15
- ** ChoicesCount** | ** string ** | | [ readonly]
15
+ ** ChoicesCount** | ** int32 ** | | [ readonly]
16
16
** Created** | ** NullableTime** | | [ readonly]
17
17
** LastUpdated** | ** NullableTime** | | [ readonly]
18
18
19
19
## Methods
20
20
21
21
### NewCustomFieldChoiceSet
22
22
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 `
24
24
25
25
NewCustomFieldChoiceSet instantiates a new CustomFieldChoiceSet object
26
26
This 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.
212
212
213
213
### GetChoicesCount
214
214
215
- ` func (o *CustomFieldChoiceSet) GetChoicesCount() string `
215
+ ` func (o *CustomFieldChoiceSet) GetChoicesCount() int32 `
216
216
217
217
GetChoicesCount returns the ChoicesCount field if non-nil, zero value otherwise.
218
218
219
219
### GetChoicesCountOk
220
220
221
- ` func (o *CustomFieldChoiceSet) GetChoicesCountOk() (*string , bool) `
221
+ ` func (o *CustomFieldChoiceSet) GetChoicesCountOk() (*int32 , bool) `
222
222
223
223
GetChoicesCountOk returns a tuple with the ChoicesCount field if it's non-nil, zero value otherwise
224
224
and a boolean to check if the value has been set.
225
225
226
226
### SetChoicesCount
227
227
228
- ` func (o *CustomFieldChoiceSet) SetChoicesCount(v string ) `
228
+ ` func (o *CustomFieldChoiceSet) SetChoicesCount(v int32 ) `
229
229
230
230
SetChoicesCount sets ChoicesCount field to given value.
231
231
0 commit comments