Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.82 KB

File metadata and controls

47 lines (28 loc) · 1.82 KB

EnvironmentVariables

Properties

Name Type Description Notes
EnvironmentVariables map[string]string

Methods

NewEnvironmentVariables

func NewEnvironmentVariables(environmentVariables map[string]string, ) *EnvironmentVariables

NewEnvironmentVariables instantiates a new EnvironmentVariables 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

NewEnvironmentVariablesWithDefaults

func NewEnvironmentVariablesWithDefaults() *EnvironmentVariables

NewEnvironmentVariablesWithDefaults instantiates a new EnvironmentVariables 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 *EnvironmentVariables) GetEnvironmentVariables() map[string]string

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

GetEnvironmentVariablesOk

func (o *EnvironmentVariables) GetEnvironmentVariablesOk() (*map[string]string, 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 *EnvironmentVariables) SetEnvironmentVariables(v map[string]string)

SetEnvironmentVariables sets EnvironmentVariables field to given value.

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