Name | Type | Description | Notes |
---|---|---|---|
VCAP_SERVICES | Pointer to map[string][]V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner | [optional] |
func NewV3AppsGuidEnvGet200ResponseSystemEnvJson() *V3AppsGuidEnvGet200ResponseSystemEnvJson
NewV3AppsGuidEnvGet200ResponseSystemEnvJson instantiates a new V3AppsGuidEnvGet200ResponseSystemEnvJson 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 NewV3AppsGuidEnvGet200ResponseSystemEnvJsonWithDefaults() *V3AppsGuidEnvGet200ResponseSystemEnvJson
NewV3AppsGuidEnvGet200ResponseSystemEnvJsonWithDefaults instantiates a new V3AppsGuidEnvGet200ResponseSystemEnvJson 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 *V3AppsGuidEnvGet200ResponseSystemEnvJson) GetVCAP_SERVICES() map[string][]V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner
GetVCAP_SERVICES returns the VCAP_SERVICES field if non-nil, zero value otherwise.
func (o *V3AppsGuidEnvGet200ResponseSystemEnvJson) GetVCAP_SERVICESOk() (*map[string][]V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner, bool)
GetVCAP_SERVICESOk returns a tuple with the VCAP_SERVICES field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3AppsGuidEnvGet200ResponseSystemEnvJson) SetVCAP_SERVICES(v map[string][]V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner)
SetVCAP_SERVICES sets VCAP_SERVICES field to given value.
func (o *V3AppsGuidEnvGet200ResponseSystemEnvJson) HasVCAP_SERVICES() bool
HasVCAP_SERVICES returns a boolean if a field has been set.