Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.29 KB

DashboardListItems.md

File metadata and controls

77 lines (42 loc) · 2.29 KB

DashboardListItems

Properties

Name Type Description Notes
Dashboards []DashboardListItem List of dashboards in the dashboard list.
Total Pointer to int64 Number of dashboards in the dashboard list. [optional] [readonly]

Methods

NewDashboardListItems

func NewDashboardListItems(dashboards []DashboardListItem) *DashboardListItems

NewDashboardListItems instantiates a new DashboardListItems 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.

NewDashboardListItemsWithDefaults

func NewDashboardListItemsWithDefaults() *DashboardListItems

NewDashboardListItemsWithDefaults instantiates a new DashboardListItems 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.

GetDashboards

func (o *DashboardListItems) GetDashboards() []DashboardListItem

GetDashboards returns the Dashboards field if non-nil, zero value otherwise.

GetDashboardsOk

func (o *DashboardListItems) GetDashboardsOk() (*[]DashboardListItem, bool)

GetDashboardsOk returns a tuple with the Dashboards field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDashboards

func (o *DashboardListItems) SetDashboards(v []DashboardListItem)

SetDashboards sets Dashboards field to given value.

GetTotal

func (o *DashboardListItems) GetTotal() int64

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *DashboardListItems) GetTotalOk() (*int64, bool)

GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotal

func (o *DashboardListItems) SetTotal(v int64)

SetTotal sets Total field to given value.

HasTotal

func (o *DashboardListItems) HasTotal() bool

HasTotal returns a boolean if a field has been set.

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