Show / Hide Table of Contents

Class ManagementDashboardExportDetails

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

Inheritance
object
ManagementDashboardExportDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top