Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.59 KB

PwmOverviewAppVersionsResultsInner.md

File metadata and controls

82 lines (45 loc) · 2.59 KB

PwmOverviewAppVersionsResultsInner

Properties

Name Type Description Notes
UsersCount Pointer to int32 [optional]
Version Pointer to string [optional]

Methods

NewPwmOverviewAppVersionsResultsInner

func NewPwmOverviewAppVersionsResultsInner() *PwmOverviewAppVersionsResultsInner

NewPwmOverviewAppVersionsResultsInner instantiates a new PwmOverviewAppVersionsResultsInner 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

NewPwmOverviewAppVersionsResultsInnerWithDefaults

func NewPwmOverviewAppVersionsResultsInnerWithDefaults() *PwmOverviewAppVersionsResultsInner

NewPwmOverviewAppVersionsResultsInnerWithDefaults instantiates a new PwmOverviewAppVersionsResultsInner 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

GetUsersCount

func (o *PwmOverviewAppVersionsResultsInner) GetUsersCount() int32

GetUsersCount returns the UsersCount field if non-nil, zero value otherwise.

GetUsersCountOk

func (o *PwmOverviewAppVersionsResultsInner) GetUsersCountOk() (*int32, bool)

GetUsersCountOk returns a tuple with the UsersCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsersCount

func (o *PwmOverviewAppVersionsResultsInner) SetUsersCount(v int32)

SetUsersCount sets UsersCount field to given value.

HasUsersCount

func (o *PwmOverviewAppVersionsResultsInner) HasUsersCount() bool

HasUsersCount returns a boolean if a field has been set.

GetVersion

func (o *PwmOverviewAppVersionsResultsInner) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *PwmOverviewAppVersionsResultsInner) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVersion

func (o *PwmOverviewAppVersionsResultsInner) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *PwmOverviewAppVersionsResultsInner) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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