Skip to content

Files

Latest commit

 

History

History
51 lines (28 loc) · 1.81 KB

ListDashboardsResponseBody.md

File metadata and controls

51 lines (28 loc) · 1.81 KB

ListDashboardsResponseBody

Properties

Name Type Description Notes
Dashboards []ListDashboardsResponseBodyItem

Methods

NewListDashboardsResponseBody

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

NewListDashboardsResponseBodyWithDefaults

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

GetDashboards

func (o *ListDashboardsResponseBody) GetDashboards() []ListDashboardsResponseBodyItem

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

GetDashboardsOk

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.

SetDashboards

func (o *ListDashboardsResponseBody) SetDashboards(v []ListDashboardsResponseBodyItem)

SetDashboards sets Dashboards field to given value.

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