Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.43 KB

V3AppsGuidEnvGet200ResponseApplicationEnvJson.md

File metadata and controls

56 lines (31 loc) · 2.43 KB

V3AppsGuidEnvGet200ResponseApplicationEnvJson

Properties

Name Type Description Notes
VCAP_APPLICATION Pointer to V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION [optional]

Methods

NewV3AppsGuidEnvGet200ResponseApplicationEnvJson

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

NewV3AppsGuidEnvGet200ResponseApplicationEnvJsonWithDefaults

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

GetVCAP_APPLICATION

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJson) GetVCAP_APPLICATION() V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION

GetVCAP_APPLICATION returns the VCAP_APPLICATION field if non-nil, zero value otherwise.

GetVCAP_APPLICATIONOk

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.

SetVCAP_APPLICATION

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJson) SetVCAP_APPLICATION(v V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION)

SetVCAP_APPLICATION sets VCAP_APPLICATION field to given value.

HasVCAP_APPLICATION

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJson) HasVCAP_APPLICATION() bool

HasVCAP_APPLICATION returns a boolean if a field has been set.

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