Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.11 KB

V3SpaceQuotasGuidPatchRequest.md

File metadata and controls

134 lines (73 loc) · 4.11 KB

V3SpaceQuotasGuidPatchRequest

Properties

Name Type Description Notes
Apps Pointer to V3SpaceQuotasPostRequestApps [optional]
Name Pointer to string [optional]
Routes Pointer to V3SpaceQuotasPostRequestRoutes [optional]
Services Pointer to V3SpaceQuotasPostRequestServices [optional]

Methods

NewV3SpaceQuotasGuidPatchRequest

func NewV3SpaceQuotasGuidPatchRequest() *V3SpaceQuotasGuidPatchRequest

NewV3SpaceQuotasGuidPatchRequest instantiates a new V3SpaceQuotasGuidPatchRequest 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

NewV3SpaceQuotasGuidPatchRequestWithDefaults

func NewV3SpaceQuotasGuidPatchRequestWithDefaults() *V3SpaceQuotasGuidPatchRequest

NewV3SpaceQuotasGuidPatchRequestWithDefaults instantiates a new V3SpaceQuotasGuidPatchRequest 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

GetApps

func (o *V3SpaceQuotasGuidPatchRequest) GetApps() V3SpaceQuotasPostRequestApps

GetApps returns the Apps field if non-nil, zero value otherwise.

GetAppsOk

func (o *V3SpaceQuotasGuidPatchRequest) GetAppsOk() (*V3SpaceQuotasPostRequestApps, bool)

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

SetApps

func (o *V3SpaceQuotasGuidPatchRequest) SetApps(v V3SpaceQuotasPostRequestApps)

SetApps sets Apps field to given value.

HasApps

func (o *V3SpaceQuotasGuidPatchRequest) HasApps() bool

HasApps returns a boolean if a field has been set.

GetName

func (o *V3SpaceQuotasGuidPatchRequest) GetName() string

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

GetNameOk

func (o *V3SpaceQuotasGuidPatchRequest) 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 *V3SpaceQuotasGuidPatchRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *V3SpaceQuotasGuidPatchRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetRoutes

func (o *V3SpaceQuotasGuidPatchRequest) GetRoutes() V3SpaceQuotasPostRequestRoutes

GetRoutes returns the Routes field if non-nil, zero value otherwise.

GetRoutesOk

func (o *V3SpaceQuotasGuidPatchRequest) GetRoutesOk() (*V3SpaceQuotasPostRequestRoutes, bool)

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

SetRoutes

func (o *V3SpaceQuotasGuidPatchRequest) SetRoutes(v V3SpaceQuotasPostRequestRoutes)

SetRoutes sets Routes field to given value.

HasRoutes

func (o *V3SpaceQuotasGuidPatchRequest) HasRoutes() bool

HasRoutes returns a boolean if a field has been set.

GetServices

func (o *V3SpaceQuotasGuidPatchRequest) GetServices() V3SpaceQuotasPostRequestServices

GetServices returns the Services field if non-nil, zero value otherwise.

GetServicesOk

func (o *V3SpaceQuotasGuidPatchRequest) GetServicesOk() (*V3SpaceQuotasPostRequestServices, bool)

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

SetServices

func (o *V3SpaceQuotasGuidPatchRequest) SetServices(v V3SpaceQuotasPostRequestServices)

SetServices sets Services field to given value.

HasServices

func (o *V3SpaceQuotasGuidPatchRequest) HasServices() bool

HasServices returns a boolean if a field has been set.

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