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