Name | Type | Description | Notes |
---|---|---|---|
Meta | PaginationMeta | ||
Data | []Host |
func NewListHosts(meta PaginationMeta, data []Host, ) *ListHosts
NewListHosts instantiates a new ListHosts 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 NewListHostsWithDefaults() *ListHosts
NewListHostsWithDefaults instantiates a new ListHosts 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 *ListHosts) GetMeta() PaginationMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *ListHosts) GetMetaOk() (*PaginationMeta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListHosts) SetMeta(v PaginationMeta)
SetMeta sets Meta field to given value.
func (o *ListHosts) GetData() []Host
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ListHosts) GetDataOk() (*[]Host, 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 *ListHosts) SetData(v []Host)
SetData sets Data field to given value.