Name | Type | Description | Notes |
---|---|---|---|
Cursor | Cursor | ||
Data | []CloudSummary |
func NewListCloudsResponse(cursor Cursor, data []CloudSummary, ) *ListCloudsResponse
NewListCloudsResponse instantiates a new ListCloudsResponse 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 NewListCloudsResponseWithDefaults() *ListCloudsResponse
NewListCloudsResponseWithDefaults instantiates a new ListCloudsResponse 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 *ListCloudsResponse) GetCursor() Cursor
GetCursor returns the Cursor field if non-nil, zero value otherwise.
func (o *ListCloudsResponse) GetCursorOk() (*Cursor, bool)
GetCursorOk returns a tuple with the Cursor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListCloudsResponse) SetCursor(v Cursor)
SetCursor sets Cursor field to given value.
func (o *ListCloudsResponse) GetData() []CloudSummary
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ListCloudsResponse) GetDataOk() (*[]CloudSummary, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListCloudsResponse) SetData(v []CloudSummary)
SetData sets Data field to given value.