DependentPatchDetails¶
-
class
oci.fleet_apps_management.models.
DependentPatchDetails
(**kwargs)¶ Bases:
object
Dependent Patch Details.
Methods
__init__
(**kwargs)Initializes a new DependentPatchDetails object with values from keyword arguments. Attributes
id
[Required] Gets the id of this DependentPatchDetails. -
__init__
(**kwargs)¶ Initializes a new DependentPatchDetails 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 DependentPatchDetails.
-
id
¶ [Required] Gets the id of this DependentPatchDetails. The OCID of the resource.
Returns: The id of this DependentPatchDetails. Return type: str
-