Show / Hide Table of Contents

Class PatchModelDetails

The model parameters to be updated using patch operation.

Inheritance
object
PatchModelDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class PatchModelDetails

Properties

Operations

Declaration
[JsonProperty(PropertyName = "operations")]
public List<PatchModelOperation> Operations { get; set; }
Property Value
Type Description
List<PatchModelOperation>

A list of patch operations for model.

In this article
Back to top