Skip to content

Files

Latest commit

5159e36 · Aug 2, 2024

History

History
108 lines (59 loc) · 4.19 KB

V0041OpenapiSlurmdbdStatsRespStatisticsRollups.md

File metadata and controls

108 lines (59 loc) · 4.19 KB

V0041OpenapiSlurmdbdStatsRespStatisticsRollups

Properties

Name Type Description Notes
Hourly Pointer to V0041OpenapiSlurmdbdStatsRespStatisticsRollupsHourly [optional]
Daily Pointer to V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDaily [optional]
Monthly Pointer to V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthly [optional]

Methods

NewV0041OpenapiSlurmdbdStatsRespStatisticsRollups

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

NewV0041OpenapiSlurmdbdStatsRespStatisticsRollupsWithDefaults

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

GetHourly

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) GetHourly() V0041OpenapiSlurmdbdStatsRespStatisticsRollupsHourly

GetHourly returns the Hourly field if non-nil, zero value otherwise.

GetHourlyOk

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.

SetHourly

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) SetHourly(v V0041OpenapiSlurmdbdStatsRespStatisticsRollupsHourly)

SetHourly sets Hourly field to given value.

HasHourly

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) HasHourly() bool

HasHourly returns a boolean if a field has been set.

GetDaily

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) GetDaily() V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDaily

GetDaily returns the Daily field if non-nil, zero value otherwise.

GetDailyOk

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.

SetDaily

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) SetDaily(v V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDaily)

SetDaily sets Daily field to given value.

HasDaily

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) HasDaily() bool

HasDaily returns a boolean if a field has been set.

GetMonthly

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) GetMonthly() V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthly

GetMonthly returns the Monthly field if non-nil, zero value otherwise.

GetMonthlyOk

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.

SetMonthly

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) SetMonthly(v V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthly)

SetMonthly sets Monthly field to given value.

HasMonthly

func (o *V0041OpenapiSlurmdbdStatsRespStatisticsRollups) HasMonthly() bool

HasMonthly returns a boolean if a field has been set.

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