Name | Type | Description | Notes |
---|---|---|---|
Date | Pointer to []string | [optional] | |
La1 | Pointer to []float64 | [optional] | |
La5 | Pointer to []float64 | [optional] | |
La15 | Pointer to []float64 | [optional] |
func NewPostgresqlStatisticGetLoadAverageResponse() *PostgresqlStatisticGetLoadAverageResponse
NewPostgresqlStatisticGetLoadAverageResponse instantiates a new PostgresqlStatisticGetLoadAverageResponse 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 NewPostgresqlStatisticGetLoadAverageResponseWithDefaults() *PostgresqlStatisticGetLoadAverageResponse
NewPostgresqlStatisticGetLoadAverageResponseWithDefaults instantiates a new PostgresqlStatisticGetLoadAverageResponse 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 *PostgresqlStatisticGetLoadAverageResponse) GetDate() []string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *PostgresqlStatisticGetLoadAverageResponse) GetDateOk() (*[]string, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlStatisticGetLoadAverageResponse) SetDate(v []string)
SetDate sets Date field to given value.
func (o *PostgresqlStatisticGetLoadAverageResponse) HasDate() bool
HasDate returns a boolean if a field has been set.
func (o *PostgresqlStatisticGetLoadAverageResponse) GetLa1() []float64
GetLa1 returns the La1 field if non-nil, zero value otherwise.
func (o *PostgresqlStatisticGetLoadAverageResponse) GetLa1Ok() (*[]float64, bool)
GetLa1Ok returns a tuple with the La1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlStatisticGetLoadAverageResponse) SetLa1(v []float64)
SetLa1 sets La1 field to given value.
func (o *PostgresqlStatisticGetLoadAverageResponse) HasLa1() bool
HasLa1 returns a boolean if a field has been set.
func (o *PostgresqlStatisticGetLoadAverageResponse) GetLa5() []float64
GetLa5 returns the La5 field if non-nil, zero value otherwise.
func (o *PostgresqlStatisticGetLoadAverageResponse) GetLa5Ok() (*[]float64, bool)
GetLa5Ok returns a tuple with the La5 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlStatisticGetLoadAverageResponse) SetLa5(v []float64)
SetLa5 sets La5 field to given value.
func (o *PostgresqlStatisticGetLoadAverageResponse) HasLa5() bool
HasLa5 returns a boolean if a field has been set.
func (o *PostgresqlStatisticGetLoadAverageResponse) GetLa15() []float64
GetLa15 returns the La15 field if non-nil, zero value otherwise.
func (o *PostgresqlStatisticGetLoadAverageResponse) GetLa15Ok() (*[]float64, bool)
GetLa15Ok returns a tuple with the La15 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlStatisticGetLoadAverageResponse) SetLa15(v []float64)
SetLa15 sets La15 field to given value.
func (o *PostgresqlStatisticGetLoadAverageResponse) HasLa15() bool
HasLa15 returns a boolean if a field has been set.