Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.66 KB

V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner.md

File metadata and controls

108 lines (59 loc) · 3.66 KB

V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner

Properties

Name Type Description Notes
Rpc Pointer to string [optional]
Count Pointer to int32 [optional]
Time Pointer to V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInnerTime [optional]

Methods

NewV0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner

func NewV0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner() *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner

NewV0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner instantiates a new V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner 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

NewV0041OpenapiSlurmdbdStatsRespStatisticsRPCsInnerWithDefaults

func NewV0041OpenapiSlurmdbdStatsRespStatisticsRPCsInnerWithDefaults() *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner

NewV0041OpenapiSlurmdbdStatsRespStatisticsRPCsInnerWithDefaults instantiates a new V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner 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

GetRpc

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) GetRpc() string

GetRpc returns the Rpc field if non-nil, zero value otherwise.

GetRpcOk

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) GetRpcOk() (*string, bool)

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

SetRpc

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) SetRpc(v string)

SetRpc sets Rpc field to given value.

HasRpc

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) HasRpc() bool

HasRpc returns a boolean if a field has been set.

GetCount

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) GetCountOk() (*int32, bool)

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

SetCount

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) HasCount() bool

HasCount returns a boolean if a field has been set.

GetTime

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) GetTime() V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInnerTime

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) GetTimeOk() (*V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInnerTime, bool)

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

SetTime

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) SetTime(v V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInnerTime)

SetTime sets Time field to given value.

HasTime

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) HasTime() bool

HasTime returns a boolean if a field has been set.

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