Skip to content

Latest commit

 

History

History
248 lines (135 loc) · 8.65 KB

V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION.md

File metadata and controls

248 lines (135 loc) · 8.65 KB

V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION

Properties

Name Type Description Notes
ApplicationName Pointer to string [optional]
ApplicationUris Pointer to []string [optional]
Limits Pointer to V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATIONLimits [optional]
Name Pointer to string [optional]
SpaceId Pointer to string [optional]
SpaceName Pointer to string [optional]
Uris Pointer to []string [optional]
Users Pointer to NullableString [optional]

Methods

NewV3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION

func NewV3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION() *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION

NewV3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION instantiates a new V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION 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

NewV3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATIONWithDefaults

func NewV3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATIONWithDefaults() *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION

NewV3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATIONWithDefaults instantiates a new V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION 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

GetApplicationName

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetApplicationName() string

GetApplicationName returns the ApplicationName field if non-nil, zero value otherwise.

GetApplicationNameOk

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetApplicationNameOk() (*string, bool)

GetApplicationNameOk returns a tuple with the ApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApplicationName

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) SetApplicationName(v string)

SetApplicationName sets ApplicationName field to given value.

HasApplicationName

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) HasApplicationName() bool

HasApplicationName returns a boolean if a field has been set.

GetApplicationUris

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetApplicationUris() []string

GetApplicationUris returns the ApplicationUris field if non-nil, zero value otherwise.

GetApplicationUrisOk

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetApplicationUrisOk() (*[]string, bool)

GetApplicationUrisOk returns a tuple with the ApplicationUris field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApplicationUris

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) SetApplicationUris(v []string)

SetApplicationUris sets ApplicationUris field to given value.

HasApplicationUris

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) HasApplicationUris() bool

HasApplicationUris returns a boolean if a field has been set.

GetLimits

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetLimits() V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATIONLimits

GetLimits returns the Limits field if non-nil, zero value otherwise.

GetLimitsOk

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetLimitsOk() (*V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATIONLimits, bool)

GetLimitsOk returns a tuple with the Limits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLimits

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) SetLimits(v V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATIONLimits)

SetLimits sets Limits field to given value.

HasLimits

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) HasLimits() bool

HasLimits returns a boolean if a field has been set.

GetName

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) HasName() bool

HasName returns a boolean if a field has been set.

GetSpaceId

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetSpaceId() string

GetSpaceId returns the SpaceId field if non-nil, zero value otherwise.

GetSpaceIdOk

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSpaceId

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) SetSpaceId(v string)

SetSpaceId sets SpaceId field to given value.

HasSpaceId

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) HasSpaceId() bool

HasSpaceId returns a boolean if a field has been set.

GetSpaceName

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetSpaceName() string

GetSpaceName returns the SpaceName field if non-nil, zero value otherwise.

GetSpaceNameOk

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetSpaceNameOk() (*string, bool)

GetSpaceNameOk returns a tuple with the SpaceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSpaceName

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) SetSpaceName(v string)

SetSpaceName sets SpaceName field to given value.

HasSpaceName

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) HasSpaceName() bool

HasSpaceName returns a boolean if a field has been set.

GetUris

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetUris() []string

GetUris returns the Uris field if non-nil, zero value otherwise.

GetUrisOk

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetUrisOk() (*[]string, bool)

GetUrisOk returns a tuple with the Uris field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUris

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) SetUris(v []string)

SetUris sets Uris field to given value.

HasUris

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) HasUris() bool

HasUris returns a boolean if a field has been set.

GetUsers

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetUsers() string

GetUsers returns the Users field if non-nil, zero value otherwise.

GetUsersOk

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) GetUsersOk() (*string, bool)

GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsers

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) SetUsers(v string)

SetUsers sets Users field to given value.

HasUsers

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) HasUsers() bool

HasUsers returns a boolean if a field has been set.

SetUsersNil

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) SetUsersNil(b bool)

SetUsersNil sets the value for Users to be an explicit nil

UnsetUsers

func (o *V3AppsGuidEnvGet200ResponseApplicationEnvJsonVCAPAPPLICATION) UnsetUsers()

UnsetUsers ensures that no value is present for Users, not even an explicit nil

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