Name | Type | Description | Notes |
---|---|---|---|
Dashboards | []ListDashboardsResponseBodyItem |
func NewListDashboardsResponseBody(dashboards []ListDashboardsResponseBodyItem, ) *ListDashboardsResponseBody
NewListDashboardsResponseBody instantiates a new ListDashboardsResponseBody 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 NewListDashboardsResponseBodyWithDefaults() *ListDashboardsResponseBody
NewListDashboardsResponseBodyWithDefaults instantiates a new ListDashboardsResponseBody 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 *ListDashboardsResponseBody) GetDashboards() []ListDashboardsResponseBodyItem
GetDashboards returns the Dashboards field if non-nil, zero value otherwise.
func (o *ListDashboardsResponseBody) GetDashboardsOk() (*[]ListDashboardsResponseBodyItem, 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.
func (o *ListDashboardsResponseBody) SetDashboards(v []ListDashboardsResponseBodyItem)
SetDashboards sets Dashboards field to given value.