DrgAttachmentInfo¶
-
class
oci.core.models.
DrgAttachmentInfo
(**kwargs)¶ Bases:
object
The DrgAttachmentInfo resource contains the OCID of the DRG attachment.
Methods
__init__
(**kwargs)Initializes a new DrgAttachmentInfo object with values from keyword arguments. Attributes
id
[Required] Gets the id of this DrgAttachmentInfo. -
__init__
(**kwargs)¶ Initializes a new DrgAttachmentInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: id (str) – The value to assign to the id property of this DrgAttachmentInfo.
-
id
¶ [Required] Gets the id of this DrgAttachmentInfo. The Oracle-assigned ID of the DRG attachment
Returns: The id of this DrgAttachmentInfo. Return type: str
-