Name | Type | Description | Notes |
---|---|---|---|
Hourly | Pointer to V0041OpenapiSlurmdbdStatsRespStatisticsRollupsHourly | [optional] | |
Daily | Pointer to V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDaily | [optional] | |
Monthly | Pointer to V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthly | [optional] |
func NewV0041OpenapiSlurmdbdStatsRespStatisticsRollups() *V0041OpenapiSlurmdbdStatsRespStatisticsRollups
NewV0041OpenapiSlurmdbdStatsRespStatisticsRollups instantiates a new V0041OpenapiSlurmdbdStatsRespStatisticsRollups 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 NewV0041OpenapiSlurmdbdStatsRespStatisticsRollupsWithDefaults() *V0041OpenapiSlurmdbdStatsRespStatisticsRollups
NewV0041OpenapiSlurmdbdStatsRespStatisticsRollupsWithDefaults instantiates a new V0041OpenapiSlurmdbdStatsRespStatisticsRollups 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 *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) GetHourly() V0041OpenapiSlurmdbdStatsRespStatisticsRollupsHourly
GetHourly returns the Hourly field if non-nil, zero value otherwise.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) GetHourlyOk() (*V0041OpenapiSlurmdbdStatsRespStatisticsRollupsHourly, bool)
GetHourlyOk returns a tuple with the Hourly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) SetHourly(v V0041OpenapiSlurmdbdStatsRespStatisticsRollupsHourly)
SetHourly sets Hourly field to given value.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) HasHourly() bool
HasHourly returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) GetDaily() V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDaily
GetDaily returns the Daily field if non-nil, zero value otherwise.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) GetDailyOk() (*V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDaily, bool)
GetDailyOk returns a tuple with the Daily field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) SetDaily(v V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDaily)
SetDaily sets Daily field to given value.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) HasDaily() bool
HasDaily returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) GetMonthly() V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthly
GetMonthly returns the Monthly field if non-nil, zero value otherwise.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) GetMonthlyOk() (*V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthly, bool)
GetMonthlyOk returns a tuple with the Monthly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) SetMonthly(v V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthly)
SetMonthly sets Monthly field to given value.
func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) HasMonthly() bool
HasMonthly returns a boolean if a field has been set.