Class PatchOccCapacityRequestDetails
CapacityRequest details to patch.
Inherited Members
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class PatchOccCapacityRequestDetailsProperties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<PatchInstruction> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<PatchInstruction> | List of patch instructions. |