Show / Hide Table of Contents

Class DrgAttachmentInfo

The DrgAttachmentInfo resource contains the OCID of the DRG attachment.

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

Properties

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The Oracle-assigned ID of the DRG attachment

Remarks

Required

In this article
Back to top