Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.1 KB

File metadata and controls

93 lines (50 loc) · 3.1 KB

PredefinedVariationEnvironmentModel

Properties

Name Type Description Notes
EnvironmentId string The identifier of the Environment.
Name string The name of the Environment.
AccessType EnvironmentAccessType

Methods

NewPredefinedVariationEnvironmentModel

func NewPredefinedVariationEnvironmentModel(environmentId string, name string, accessType EnvironmentAccessType, ) *PredefinedVariationEnvironmentModel

NewPredefinedVariationEnvironmentModel instantiates a new PredefinedVariationEnvironmentModel 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

NewPredefinedVariationEnvironmentModelWithDefaults

func NewPredefinedVariationEnvironmentModelWithDefaults() *PredefinedVariationEnvironmentModel

NewPredefinedVariationEnvironmentModelWithDefaults instantiates a new PredefinedVariationEnvironmentModel 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

GetEnvironmentId

func (o *PredefinedVariationEnvironmentModel) GetEnvironmentId() string

GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.

GetEnvironmentIdOk

func (o *PredefinedVariationEnvironmentModel) GetEnvironmentIdOk() (*string, bool)

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

SetEnvironmentId

func (o *PredefinedVariationEnvironmentModel) SetEnvironmentId(v string)

SetEnvironmentId sets EnvironmentId field to given value.

GetName

func (o *PredefinedVariationEnvironmentModel) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *PredefinedVariationEnvironmentModel) GetNameOk() (*string, bool)

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

SetName

func (o *PredefinedVariationEnvironmentModel) SetName(v string)

SetName sets Name field to given value.

GetAccessType

func (o *PredefinedVariationEnvironmentModel) GetAccessType() EnvironmentAccessType

GetAccessType returns the AccessType field if non-nil, zero value otherwise.

GetAccessTypeOk

func (o *PredefinedVariationEnvironmentModel) GetAccessTypeOk() (*EnvironmentAccessType, bool)

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

SetAccessType

func (o *PredefinedVariationEnvironmentModel) SetAccessType(v EnvironmentAccessType)

SetAccessType sets AccessType field to given value.

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