Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.96 KB

PostgresqlStatisticGetLoadAverageResponse.md

File metadata and controls

134 lines (73 loc) · 3.96 KB

PostgresqlStatisticGetLoadAverageResponse

Properties

Name Type Description Notes
Date Pointer to []string [optional]
La1 Pointer to []float64 [optional]
La5 Pointer to []float64 [optional]
La15 Pointer to []float64 [optional]

Methods

NewPostgresqlStatisticGetLoadAverageResponse

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

NewPostgresqlStatisticGetLoadAverageResponseWithDefaults

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

GetDate

func (o *PostgresqlStatisticGetLoadAverageResponse) GetDate() []string

GetDate returns the Date field if non-nil, zero value otherwise.

GetDateOk

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.

SetDate

func (o *PostgresqlStatisticGetLoadAverageResponse) SetDate(v []string)

SetDate sets Date field to given value.

HasDate

func (o *PostgresqlStatisticGetLoadAverageResponse) HasDate() bool

HasDate returns a boolean if a field has been set.

GetLa1

func (o *PostgresqlStatisticGetLoadAverageResponse) GetLa1() []float64

GetLa1 returns the La1 field if non-nil, zero value otherwise.

GetLa1Ok

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.

SetLa1

func (o *PostgresqlStatisticGetLoadAverageResponse) SetLa1(v []float64)

SetLa1 sets La1 field to given value.

HasLa1

func (o *PostgresqlStatisticGetLoadAverageResponse) HasLa1() bool

HasLa1 returns a boolean if a field has been set.

GetLa5

func (o *PostgresqlStatisticGetLoadAverageResponse) GetLa5() []float64

GetLa5 returns the La5 field if non-nil, zero value otherwise.

GetLa5Ok

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.

SetLa5

func (o *PostgresqlStatisticGetLoadAverageResponse) SetLa5(v []float64)

SetLa5 sets La5 field to given value.

HasLa5

func (o *PostgresqlStatisticGetLoadAverageResponse) HasLa5() bool

HasLa5 returns a boolean if a field has been set.

GetLa15

func (o *PostgresqlStatisticGetLoadAverageResponse) GetLa15() []float64

GetLa15 returns the La15 field if non-nil, zero value otherwise.

GetLa15Ok

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.

SetLa15

func (o *PostgresqlStatisticGetLoadAverageResponse) SetLa15(v []float64)

SetLa15 sets La15 field to given value.

HasLa15

func (o *PostgresqlStatisticGetLoadAverageResponse) HasLa15() bool

HasLa15 returns a boolean if a field has been set.

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