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] |
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
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
func (o *V3AppsGuidEnvGet200Response) GetApplicationEnvJson() V3AppsGuidEnvGet200ResponseApplicationEnvJson
GetApplicationEnvJson returns the ApplicationEnvJson field if non-nil, zero value otherwise.
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.
func (o *V3AppsGuidEnvGet200Response) SetApplicationEnvJson(v V3AppsGuidEnvGet200ResponseApplicationEnvJson)
SetApplicationEnvJson sets ApplicationEnvJson field to given value.
func (o *V3AppsGuidEnvGet200Response) HasApplicationEnvJson() bool
HasApplicationEnvJson returns a boolean if a field has been set.
func (o *V3AppsGuidEnvGet200Response) GetEnvironmentVariables() map[string]string
GetEnvironmentVariables returns the EnvironmentVariables field if non-nil, zero value otherwise.
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.
func (o *V3AppsGuidEnvGet200Response) SetEnvironmentVariables(v map[string]string)
SetEnvironmentVariables sets EnvironmentVariables field to given value.
func (o *V3AppsGuidEnvGet200Response) HasEnvironmentVariables() bool
HasEnvironmentVariables returns a boolean if a field has been set.
func (o *V3AppsGuidEnvGet200Response) GetRunningEnvJson() map[string]string
GetRunningEnvJson returns the RunningEnvJson field if non-nil, zero value otherwise.
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.
func (o *V3AppsGuidEnvGet200Response) SetRunningEnvJson(v map[string]string)
SetRunningEnvJson sets RunningEnvJson field to given value.
func (o *V3AppsGuidEnvGet200Response) HasRunningEnvJson() bool
HasRunningEnvJson returns a boolean if a field has been set.
func (o *V3AppsGuidEnvGet200Response) GetStagingEnvJson() map[string]string
GetStagingEnvJson returns the StagingEnvJson field if non-nil, zero value otherwise.
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.
func (o *V3AppsGuidEnvGet200Response) SetStagingEnvJson(v map[string]string)
SetStagingEnvJson sets StagingEnvJson field to given value.
func (o *V3AppsGuidEnvGet200Response) HasStagingEnvJson() bool
HasStagingEnvJson returns a boolean if a field has been set.
func (o *V3AppsGuidEnvGet200Response) GetSystemEnvJson() V3AppsGuidEnvGet200ResponseSystemEnvJson
GetSystemEnvJson returns the SystemEnvJson field if non-nil, zero value otherwise.
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.
func (o *V3AppsGuidEnvGet200Response) SetSystemEnvJson(v V3AppsGuidEnvGet200ResponseSystemEnvJson)
SetSystemEnvJson sets SystemEnvJson field to given value.
func (o *V3AppsGuidEnvGet200Response) HasSystemEnvJson() bool
HasSystemEnvJson returns a boolean if a field has been set.