Class PatchModelDetails
The model parameters to be updated using patch operation.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class PatchModelDetailsProperties
Operations
Declaration
[JsonProperty(PropertyName = "operations")]
public List<PatchModelOperation> Operations { get; set; }Property Value
| Type | Description | 
|---|---|
| List<PatchModelOperation> | A list of patch operations for model. |