Name | Type | Description | Notes |
---|---|---|---|
VCAP_APPLICATION | Pointer to V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION | [optional] |
func NewV3AppsGuidEnvGet200ResponseApplicationEnvJson() *V3AppsGuidEnvGet200ResponseApplicationEnvJson
NewV3AppsGuidEnvGet200ResponseApplicationEnvJson instantiates a new V3AppsGuidEnvGet200ResponseApplicationEnvJson 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 NewV3AppsGuidEnvGet200ResponseApplicationEnvJsonWithDefaults() *V3AppsGuidEnvGet200ResponseApplicationEnvJson
NewV3AppsGuidEnvGet200ResponseApplicationEnvJsonWithDefaults instantiates a new V3AppsGuidEnvGet200ResponseApplicationEnvJson 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 *V3AppsGuidEnvGet200ResponseApplicationEnvJson) GetVCAP_APPLICATION() V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION
GetVCAP_APPLICATION returns the VCAP_APPLICATION field if non-nil, zero value otherwise.
func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJson) GetVCAP_APPLICATIONOk() (*V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION, bool)
GetVCAP_APPLICATIONOk returns a tuple with the VCAP_APPLICATION field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJson) SetVCAP_APPLICATION(v V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION)
SetVCAP_APPLICATION sets VCAP_APPLICATION field to given value.
func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJson) HasVCAP_APPLICATION() bool
HasVCAP_APPLICATION returns a boolean if a field has been set.