Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.32 KB

V3AppsGuidEnvGet200ResponseSystemEnvJson.md

File metadata and controls

56 lines (31 loc) · 2.32 KB

V3AppsGuidEnvGet200ResponseSystemEnvJson

Properties

Name Type Description Notes
VCAP_SERVICES Pointer to map[string][]V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner [optional]

Methods

NewV3AppsGuidEnvGet200ResponseSystemEnvJson

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

NewV3AppsGuidEnvGet200ResponseSystemEnvJsonWithDefaults

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

GetVCAP_SERVICES

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJson) GetVCAP_SERVICES() map[string][]V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner

GetVCAP_SERVICES returns the VCAP_SERVICES field if non-nil, zero value otherwise.

GetVCAP_SERVICESOk

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.

SetVCAP_SERVICES

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJson) SetVCAP_SERVICES(v map[string][]V3AppsGuidEnvGet200ResponseSystemEnvJsonVCAPSERVICESValueInner)

SetVCAP_SERVICES sets VCAP_SERVICES field to given value.

HasVCAP_SERVICES

func (o *V3AppsGuidEnvGet200ResponseSystemEnvJson) HasVCAP_SERVICES() bool

HasVCAP_SERVICES returns a boolean if a field has been set.

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