ManagementDashboardExportDetails

class oci.management_dashboard.models.ManagementDashboardExportDetails(**kwargs)

Bases: object

Array of dashboards to export. Response from export must be directly acceptable to import (compartmentIds may have to be changed).

Methods

__init__(**kwargs) Initializes a new ManagementDashboardExportDetails object with values from keyword arguments.

Attributes

dashboards [Required] Gets the dashboards of this ManagementDashboardExportDetails.
__init__(**kwargs)

Initializes a new ManagementDashboardExportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:dashboards (list[oci.management_dashboard.models.ManagementDashboardForImportExportDetails]) – The value to assign to the dashboards property of this ManagementDashboardExportDetails.
dashboards

[Required] Gets the dashboards of this ManagementDashboardExportDetails. Array of dashboards.

Returns:The dashboards of this ManagementDashboardExportDetails.
Return type:list[oci.management_dashboard.models.ManagementDashboardForImportExportDetails]