Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.7 KB

File metadata and controls

82 lines (45 loc) · 2.7 KB

AdditionalServicesStateData

Properties

Name Type Description Notes
EarlyoomConfig Pointer to EarlyoomConfig [optional]
EarlyoomEnabled Pointer to bool [optional]

Methods

NewAdditionalServicesStateData

func NewAdditionalServicesStateData() *AdditionalServicesStateData

NewAdditionalServicesStateData instantiates a new AdditionalServicesStateData 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

NewAdditionalServicesStateDataWithDefaults

func NewAdditionalServicesStateDataWithDefaults() *AdditionalServicesStateData

NewAdditionalServicesStateDataWithDefaults instantiates a new AdditionalServicesStateData 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

GetEarlyoomConfig

func (o *AdditionalServicesStateData) GetEarlyoomConfig() EarlyoomConfig

GetEarlyoomConfig returns the EarlyoomConfig field if non-nil, zero value otherwise.

GetEarlyoomConfigOk

func (o *AdditionalServicesStateData) GetEarlyoomConfigOk() (*EarlyoomConfig, bool)

GetEarlyoomConfigOk returns a tuple with the EarlyoomConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEarlyoomConfig

func (o *AdditionalServicesStateData) SetEarlyoomConfig(v EarlyoomConfig)

SetEarlyoomConfig sets EarlyoomConfig field to given value.

HasEarlyoomConfig

func (o *AdditionalServicesStateData) HasEarlyoomConfig() bool

HasEarlyoomConfig returns a boolean if a field has been set.

GetEarlyoomEnabled

func (o *AdditionalServicesStateData) GetEarlyoomEnabled() bool

GetEarlyoomEnabled returns the EarlyoomEnabled field if non-nil, zero value otherwise.

GetEarlyoomEnabledOk

func (o *AdditionalServicesStateData) GetEarlyoomEnabledOk() (*bool, bool)

GetEarlyoomEnabledOk returns a tuple with the EarlyoomEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEarlyoomEnabled

func (o *AdditionalServicesStateData) SetEarlyoomEnabled(v bool)

SetEarlyoomEnabled sets EarlyoomEnabled field to given value.

HasEarlyoomEnabled

func (o *AdditionalServicesStateData) HasEarlyoomEnabled() bool

HasEarlyoomEnabled returns a boolean if a field has been set.

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