Name | Type | Description | Notes |
---|---|---|---|
EnvironmentVariables | Pointer to []EnvironmentVariable | The environment variables that this resource requires | [optional] |
Id | string | ID of a resource | |
ServiceId | string | ID of a Service | |
Token | string | JWT token used to perform authorization |
func NewSetEnvironmentVariablesRequest(id string, serviceId string, token string, ) *SetEnvironmentVariablesRequest
NewSetEnvironmentVariablesRequest instantiates a new SetEnvironmentVariablesRequest 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 NewSetEnvironmentVariablesRequestWithDefaults() *SetEnvironmentVariablesRequest
NewSetEnvironmentVariablesRequestWithDefaults instantiates a new SetEnvironmentVariablesRequest 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 *SetEnvironmentVariablesRequest) GetEnvironmentVariables() []EnvironmentVariable
GetEnvironmentVariables returns the EnvironmentVariables field if non-nil, zero value otherwise.
func (o *SetEnvironmentVariablesRequest) 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 *SetEnvironmentVariablesRequest) SetEnvironmentVariables(v []EnvironmentVariable)
SetEnvironmentVariables sets EnvironmentVariables field to given value.
func (o *SetEnvironmentVariablesRequest) HasEnvironmentVariables() bool
HasEnvironmentVariables returns a boolean if a field has been set.
func (o *SetEnvironmentVariablesRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SetEnvironmentVariablesRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SetEnvironmentVariablesRequest) SetId(v string)
SetId sets Id field to given value.
func (o *SetEnvironmentVariablesRequest) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *SetEnvironmentVariablesRequest) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SetEnvironmentVariablesRequest) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *SetEnvironmentVariablesRequest) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *SetEnvironmentVariablesRequest) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SetEnvironmentVariablesRequest) SetToken(v string)
SetToken sets Token field to given value.