Name | Type | Description | Notes |
---|---|---|---|
EnvironmentVariables | Pointer to []EnvironmentVariable | The environment variables that this resource requires | [optional] |
func NewSetEnvironmentVariablesRequestBody() *SetEnvironmentVariablesRequestBody
NewSetEnvironmentVariablesRequestBody instantiates a new SetEnvironmentVariablesRequestBody 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 NewSetEnvironmentVariablesRequestBodyWithDefaults() *SetEnvironmentVariablesRequestBody
NewSetEnvironmentVariablesRequestBodyWithDefaults instantiates a new SetEnvironmentVariablesRequestBody 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 *SetEnvironmentVariablesRequestBody) GetEnvironmentVariables() []EnvironmentVariable
GetEnvironmentVariables returns the EnvironmentVariables field if non-nil, zero value otherwise.
func (o *SetEnvironmentVariablesRequestBody) GetEnvironmentVariablesOk() (*[]EnvironmentVariable, bool)
GetEnvironmentVariablesOk returns a tuple with the EnvironmentVariables field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SetEnvironmentVariablesRequestBody) SetEnvironmentVariables(v []EnvironmentVariable)
SetEnvironmentVariables sets EnvironmentVariables field to given value.
func (o *SetEnvironmentVariablesRequestBody) HasEnvironmentVariables() bool
HasEnvironmentVariables returns a boolean if a field has been set.