Name | Type | Description | Notes |
---|---|---|---|
Next | Pointer to ListNext | [optional] | |
Count | Pointer to float32 | Total count of objects in the list | [optional] |
Items | []SpaceRelation |
func NewListSpaceRelations200Response(items []SpaceRelation, ) *ListSpaceRelations200Response
NewListSpaceRelations200Response instantiates a new ListSpaceRelations200Response 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 NewListSpaceRelations200ResponseWithDefaults() *ListSpaceRelations200Response
NewListSpaceRelations200ResponseWithDefaults instantiates a new ListSpaceRelations200Response 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 *ListSpaceRelations200Response) GetNext() ListNext
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *ListSpaceRelations200Response) GetNextOk() (*ListNext, bool)
GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListSpaceRelations200Response) SetNext(v ListNext)
SetNext sets Next field to given value.
func (o *ListSpaceRelations200Response) HasNext() bool
HasNext returns a boolean if a field has been set.
func (o *ListSpaceRelations200Response) GetCount() float32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *ListSpaceRelations200Response) GetCountOk() (*float32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListSpaceRelations200Response) SetCount(v float32)
SetCount sets Count field to given value.
func (o *ListSpaceRelations200Response) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *ListSpaceRelations200Response) GetItems() []SpaceRelation
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *ListSpaceRelations200Response) GetItemsOk() (*[]SpaceRelation, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListSpaceRelations200Response) SetItems(v []SpaceRelation)
SetItems sets Items field to given value.