Class EnablePlanExadataInsightDetails
The information about the chargeback plan to be enabled.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class EnablePlanExadataInsightDetails
Properties
PlanId
Declaration
[Required(ErrorMessage = "PlanId is required.")]
[JsonProperty(PropertyName = "planId")]
public string PlanId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OCID of OPSI Chargeback plan resource. |
Remarks
Required