RemoveDataKeyDetails¶
-
class
oci.apm_control_plane.models.
RemoveDataKeyDetails
(**kwargs)¶ Bases:
object
Details of the Data Key to be removed.
Methods
__init__
(**kwargs)Initializes a new RemoveDataKeyDetails object with values from keyword arguments. Attributes
name
[Required] Gets the name of this RemoveDataKeyDetails. -
__init__
(**kwargs)¶ Initializes a new RemoveDataKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: name (str) – The value to assign to the name property of this RemoveDataKeyDetails.
-
name
¶ [Required] Gets the name of this RemoveDataKeyDetails. Name of the Data Key. The name uniquely identifies a Data Key within an APM domain.
Returns: The name of this RemoveDataKeyDetails. Return type: str
-