Name | Type | Description | Notes |
---|---|---|---|
TotalUserCount | float32 |
func NewGetTotalUserCount200Response(totalUserCount float32, ) *GetTotalUserCount200Response
NewGetTotalUserCount200Response instantiates a new GetTotalUserCount200Response 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 NewGetTotalUserCount200ResponseWithDefaults() *GetTotalUserCount200Response
NewGetTotalUserCount200ResponseWithDefaults instantiates a new GetTotalUserCount200Response 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 *GetTotalUserCount200Response) GetTotalUserCount() float32
GetTotalUserCount returns the TotalUserCount field if non-nil, zero value otherwise.
func (o *GetTotalUserCount200Response) GetTotalUserCountOk() (*float32, bool)
GetTotalUserCountOk returns a tuple with the TotalUserCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTotalUserCount200Response) SetTotalUserCount(v float32)
SetTotalUserCount sets TotalUserCount field to given value.