Class ChangeDashboardGroupDetails
The information to be updated.
Inherited Members
Namespace: Oci.DashboardService.Models
Assembly: OCI.DotNetSDK.Dashboardservice.dll
Syntax
public class ChangeDashboardGroupDetails
Properties
DashboardGroupId
Declaration
[Required(ErrorMessage = "DashboardGroupId is required.")]
[JsonProperty(PropertyName = "dashboardGroupId")]
public string DashboardGroupId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the dashboardGroup into which the resource should be moved. |
Remarks
Required