Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.73 KB

GetTotalUserCount200Response.md

File metadata and controls

51 lines (28 loc) · 1.73 KB

GetTotalUserCount200Response

Properties

Name Type Description Notes
TotalUserCount float32

Methods

NewGetTotalUserCount200Response

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

NewGetTotalUserCount200ResponseWithDefaults

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

GetTotalUserCount

func (o *GetTotalUserCount200Response) GetTotalUserCount() float32

GetTotalUserCount returns the TotalUserCount field if non-nil, zero value otherwise.

GetTotalUserCountOk

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.

SetTotalUserCount

func (o *GetTotalUserCount200Response) SetTotalUserCount(v float32)

SetTotalUserCount sets TotalUserCount field to given value.

[Back to Model list] [Back to API list] [Back to README]