Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.6 KB

File metadata and controls

82 lines (45 loc) · 2.6 KB

KeypairEnvironmentFeatures

Properties

Name Type Description Notes
GreenStatus Pointer to string [optional]
NetworkOptimised Pointer to bool [optional]

Methods

NewKeypairEnvironmentFeatures

func NewKeypairEnvironmentFeatures() *KeypairEnvironmentFeatures

NewKeypairEnvironmentFeatures instantiates a new KeypairEnvironmentFeatures 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

NewKeypairEnvironmentFeaturesWithDefaults

func NewKeypairEnvironmentFeaturesWithDefaults() *KeypairEnvironmentFeatures

NewKeypairEnvironmentFeaturesWithDefaults instantiates a new KeypairEnvironmentFeatures 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

GetGreenStatus

func (o *KeypairEnvironmentFeatures) GetGreenStatus() string

GetGreenStatus returns the GreenStatus field if non-nil, zero value otherwise.

GetGreenStatusOk

func (o *KeypairEnvironmentFeatures) GetGreenStatusOk() (*string, bool)

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

SetGreenStatus

func (o *KeypairEnvironmentFeatures) SetGreenStatus(v string)

SetGreenStatus sets GreenStatus field to given value.

HasGreenStatus

func (o *KeypairEnvironmentFeatures) HasGreenStatus() bool

HasGreenStatus returns a boolean if a field has been set.

GetNetworkOptimised

func (o *KeypairEnvironmentFeatures) GetNetworkOptimised() bool

GetNetworkOptimised returns the NetworkOptimised field if non-nil, zero value otherwise.

GetNetworkOptimisedOk

func (o *KeypairEnvironmentFeatures) GetNetworkOptimisedOk() (*bool, bool)

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

SetNetworkOptimised

func (o *KeypairEnvironmentFeatures) SetNetworkOptimised(v bool)

SetNetworkOptimised sets NetworkOptimised field to given value.

HasNetworkOptimised

func (o *KeypairEnvironmentFeatures) HasNetworkOptimised() bool

HasNetworkOptimised returns a boolean if a field has been set.

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