Class ChargebackPlanCollection
A collection of Ops Insights chargeback plan objects.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class ChargebackPlanCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ChargebackPlanSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ChargebackPlanSummary> | A list of ChargebackPlanSummary objects. |
Remarks
Required