Class DrgAttachmentInfo
The DrgAttachmentInfo resource contains the OCID of the DRG attachment.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.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