Name | Type | Description | Notes |
---|---|---|---|
Resources | []Resource |
func NewResourceListAllOf(resources []Resource, ) *ResourceListAllOf
NewResourceListAllOf instantiates a new ResourceListAllOf 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
func NewResourceListAllOfWithDefaults() *ResourceListAllOf
NewResourceListAllOfWithDefaults instantiates a new ResourceListAllOf 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
func (o *ResourceListAllOf) GetResources() []Resource
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *ResourceListAllOf) GetResourcesOk() (*[]Resource, 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.
func (o *ResourceListAllOf) SetResources(v []Resource)
SetResources sets Resources field to given value.