Class DrgAttachmentIdDrgRouteDistributionMatchCriteria
The criteria by which a specific attachment will import routes to the DRG.
Inheritance
DrgAttachmentIdDrgRouteDistributionMatchCriteria
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class DrgAttachmentIdDrgRouteDistributionMatchCriteria : DrgRouteDistributionMatchCriteria
Properties
DrgAttachmentId
Declaration
[Required(ErrorMessage = "DrgAttachmentId is required.")]
[JsonProperty(PropertyName = "drgAttachmentId")]
public string DrgAttachmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the DRG attachment. |
Remarks
Required