Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.02 KB

ListCloudsResponse.md

File metadata and controls

72 lines (39 loc) · 2.02 KB

ListCloudsResponse

Properties

Name Type Description Notes
Cursor Cursor
Data []CloudSummary

Methods

NewListCloudsResponse

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

NewListCloudsResponseWithDefaults

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

GetCursor

func (o *ListCloudsResponse) GetCursor() Cursor

GetCursor returns the Cursor field if non-nil, zero value otherwise.

GetCursorOk

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.

SetCursor

func (o *ListCloudsResponse) SetCursor(v Cursor)

SetCursor sets Cursor field to given value.

GetData

func (o *ListCloudsResponse) GetData() []CloudSummary

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

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.

SetData

func (o *ListCloudsResponse) SetData(v []CloudSummary)

SetData sets Data field to given value.

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