Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 3.78 KB

SetEnvironmentVariablesRequest.md

File metadata and controls

119 lines (64 loc) · 3.78 KB

SetEnvironmentVariablesRequest

Properties

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

Methods

NewSetEnvironmentVariablesRequest

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

NewSetEnvironmentVariablesRequestWithDefaults

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

GetEnvironmentVariables

func (o *SetEnvironmentVariablesRequest) GetEnvironmentVariables() []EnvironmentVariable

GetEnvironmentVariables returns the EnvironmentVariables field if non-nil, zero value otherwise.

GetEnvironmentVariablesOk

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.

SetEnvironmentVariables

func (o *SetEnvironmentVariablesRequest) SetEnvironmentVariables(v []EnvironmentVariable)

SetEnvironmentVariables sets EnvironmentVariables field to given value.

HasEnvironmentVariables

func (o *SetEnvironmentVariablesRequest) HasEnvironmentVariables() bool

HasEnvironmentVariables returns a boolean if a field has been set.

GetId

func (o *SetEnvironmentVariablesRequest) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *SetEnvironmentVariablesRequest) SetId(v string)

SetId sets Id field to given value.

GetServiceId

func (o *SetEnvironmentVariablesRequest) GetServiceId() string

GetServiceId returns the ServiceId field if non-nil, zero value otherwise.

GetServiceIdOk

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.

SetServiceId

func (o *SetEnvironmentVariablesRequest) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

GetToken

func (o *SetEnvironmentVariablesRequest) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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.

SetToken

func (o *SetEnvironmentVariablesRequest) SetToken(v string)

SetToken sets Token field to given value.

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