Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.73 KB

UpdateGroupResourcesInfo.md

File metadata and controls

51 lines (28 loc) · 1.73 KB

UpdateGroupResourcesInfo

Properties

Name Type Description Notes
Resources []ResourceWithAccessLevel

Methods

NewUpdateGroupResourcesInfo

func NewUpdateGroupResourcesInfo(resources []ResourceWithAccessLevel, ) *UpdateGroupResourcesInfo

NewUpdateGroupResourcesInfo instantiates a new UpdateGroupResourcesInfo 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

NewUpdateGroupResourcesInfoWithDefaults

func NewUpdateGroupResourcesInfoWithDefaults() *UpdateGroupResourcesInfo

NewUpdateGroupResourcesInfoWithDefaults instantiates a new UpdateGroupResourcesInfo 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

GetResources

func (o *UpdateGroupResourcesInfo) GetResources() []ResourceWithAccessLevel

GetResources returns the Resources field if non-nil, zero value otherwise.

GetResourcesOk

func (o *UpdateGroupResourcesInfo) GetResourcesOk() (*[]ResourceWithAccessLevel, bool)

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

SetResources

func (o *UpdateGroupResourcesInfo) SetResources(v []ResourceWithAccessLevel)

SetResources sets Resources field to given value.

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