Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.64 KB

V3AppsGuidEnvGet200Response.md

File metadata and controls

160 lines (87 loc) · 5.64 KB

V3AppsGuidEnvGet200Response

Properties

Name Type Description Notes
ApplicationEnvJson Pointer to V3AppsGuidEnvGet200ResponseApplicationEnvJson [optional]
EnvironmentVariables Pointer to map[string]string [optional]
RunningEnvJson Pointer to map[string]string [optional]
StagingEnvJson Pointer to map[string]string [optional]
SystemEnvJson Pointer to V3AppsGuidEnvGet200ResponseSystemEnvJson [optional]

Methods

NewV3AppsGuidEnvGet200Response

func NewV3AppsGuidEnvGet200Response() *V3AppsGuidEnvGet200Response

NewV3AppsGuidEnvGet200Response instantiates a new V3AppsGuidEnvGet200Response 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

NewV3AppsGuidEnvGet200ResponseWithDefaults

func NewV3AppsGuidEnvGet200ResponseWithDefaults() *V3AppsGuidEnvGet200Response

NewV3AppsGuidEnvGet200ResponseWithDefaults instantiates a new V3AppsGuidEnvGet200Response 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

GetApplicationEnvJson

func (o *V3AppsGuidEnvGet200Response) GetApplicationEnvJson() V3AppsGuidEnvGet200ResponseApplicationEnvJson

GetApplicationEnvJson returns the ApplicationEnvJson field if non-nil, zero value otherwise.

GetApplicationEnvJsonOk

func (o *V3AppsGuidEnvGet200Response) GetApplicationEnvJsonOk() (*V3AppsGuidEnvGet200ResponseApplicationEnvJson, bool)

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

SetApplicationEnvJson

func (o *V3AppsGuidEnvGet200Response) SetApplicationEnvJson(v V3AppsGuidEnvGet200ResponseApplicationEnvJson)

SetApplicationEnvJson sets ApplicationEnvJson field to given value.

HasApplicationEnvJson

func (o *V3AppsGuidEnvGet200Response) HasApplicationEnvJson() bool

HasApplicationEnvJson returns a boolean if a field has been set.

GetEnvironmentVariables

func (o *V3AppsGuidEnvGet200Response) GetEnvironmentVariables() map[string]string

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

GetEnvironmentVariablesOk

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

SetEnvironmentVariables sets EnvironmentVariables field to given value.

HasEnvironmentVariables

func (o *V3AppsGuidEnvGet200Response) HasEnvironmentVariables() bool

HasEnvironmentVariables returns a boolean if a field has been set.

GetRunningEnvJson

func (o *V3AppsGuidEnvGet200Response) GetRunningEnvJson() map[string]string

GetRunningEnvJson returns the RunningEnvJson field if non-nil, zero value otherwise.

GetRunningEnvJsonOk

func (o *V3AppsGuidEnvGet200Response) GetRunningEnvJsonOk() (*map[string]string, bool)

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

SetRunningEnvJson

func (o *V3AppsGuidEnvGet200Response) SetRunningEnvJson(v map[string]string)

SetRunningEnvJson sets RunningEnvJson field to given value.

HasRunningEnvJson

func (o *V3AppsGuidEnvGet200Response) HasRunningEnvJson() bool

HasRunningEnvJson returns a boolean if a field has been set.

GetStagingEnvJson

func (o *V3AppsGuidEnvGet200Response) GetStagingEnvJson() map[string]string

GetStagingEnvJson returns the StagingEnvJson field if non-nil, zero value otherwise.

GetStagingEnvJsonOk

func (o *V3AppsGuidEnvGet200Response) GetStagingEnvJsonOk() (*map[string]string, bool)

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

SetStagingEnvJson

func (o *V3AppsGuidEnvGet200Response) SetStagingEnvJson(v map[string]string)

SetStagingEnvJson sets StagingEnvJson field to given value.

HasStagingEnvJson

func (o *V3AppsGuidEnvGet200Response) HasStagingEnvJson() bool

HasStagingEnvJson returns a boolean if a field has been set.

GetSystemEnvJson

func (o *V3AppsGuidEnvGet200Response) GetSystemEnvJson() V3AppsGuidEnvGet200ResponseSystemEnvJson

GetSystemEnvJson returns the SystemEnvJson field if non-nil, zero value otherwise.

GetSystemEnvJsonOk

func (o *V3AppsGuidEnvGet200Response) GetSystemEnvJsonOk() (*V3AppsGuidEnvGet200ResponseSystemEnvJson, bool)

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

SetSystemEnvJson

func (o *V3AppsGuidEnvGet200Response) SetSystemEnvJson(v V3AppsGuidEnvGet200ResponseSystemEnvJson)

SetSystemEnvJson sets SystemEnvJson field to given value.

HasSystemEnvJson

func (o *V3AppsGuidEnvGet200Response) HasSystemEnvJson() bool

HasSystemEnvJson returns a boolean if a field has been set.

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