Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.55 KB

TotalMonthlyAppRequests.md

File metadata and controls

93 lines (50 loc) · 2.55 KB

TotalMonthlyAppRequests

Properties

Name Type Description Notes
Requests int32
Year int32
Month int32

Methods

NewTotalMonthlyAppRequests

func NewTotalMonthlyAppRequests(requests int32, year int32, month int32, ) *TotalMonthlyAppRequests

NewTotalMonthlyAppRequests instantiates a new TotalMonthlyAppRequests 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

NewTotalMonthlyAppRequestsWithDefaults

func NewTotalMonthlyAppRequestsWithDefaults() *TotalMonthlyAppRequests

NewTotalMonthlyAppRequestsWithDefaults instantiates a new TotalMonthlyAppRequests 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

GetRequests

func (o *TotalMonthlyAppRequests) GetRequests() int32

GetRequests returns the Requests field if non-nil, zero value otherwise.

GetRequestsOk

func (o *TotalMonthlyAppRequests) GetRequestsOk() (*int32, bool)

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

SetRequests

func (o *TotalMonthlyAppRequests) SetRequests(v int32)

SetRequests sets Requests field to given value.

GetYear

func (o *TotalMonthlyAppRequests) GetYear() int32

GetYear returns the Year field if non-nil, zero value otherwise.

GetYearOk

func (o *TotalMonthlyAppRequests) GetYearOk() (*int32, bool)

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

SetYear

func (o *TotalMonthlyAppRequests) SetYear(v int32)

SetYear sets Year field to given value.

GetMonth

func (o *TotalMonthlyAppRequests) GetMonth() int32

GetMonth returns the Month field if non-nil, zero value otherwise.

GetMonthOk

func (o *TotalMonthlyAppRequests) GetMonthOk() (*int32, bool)

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

SetMonth

func (o *TotalMonthlyAppRequests) SetMonth(v int32)

SetMonth sets Month field to given value.

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