Name | Type | Description | Notes |
---|---|---|---|
Rpc | Pointer to string | [optional] | |
Count | Pointer to int32 | [optional] | |
Time | Pointer to V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInnerTime | [optional] |
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
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
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) GetRpc() string
GetRpc returns the Rpc field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) SetRpc(v string)
SetRpc sets Rpc field to given value.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) HasRpc() bool
HasRpc returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) SetCount(v int32)
SetCount sets Count field to given value.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) GetTime() V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInnerTime
GetTime returns the Time field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) SetTime(v V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInnerTime)
SetTime sets Time field to given value.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRPCsInner) HasTime() bool
HasTime returns a boolean if a field has been set.