Class ManagementDashboardExportDetails
Array of dashboards to export. Response from export must be directly acceptable to import (compartmentIds may have to be changed).
Inherited Members
Namespace: Oci.ManagementdashboardService.Models
Assembly: OCI.DotNetSDK.Managementdashboard.dll
Syntax
public class ManagementDashboardExportDetails
Properties
Dashboards
Declaration
[Required(ErrorMessage = "Dashboards is required.")]
[JsonProperty(PropertyName = "dashboards")]
public List<ManagementDashboardForImportExportDetails> Dashboards { get; set; }
Property Value
Type | Description |
---|---|
List<ManagementDashboardForImportExportDetails> | Array of dashboards. |
Remarks
Required