RetrieveNamespaceMetricsDetails¶
-
class
oci.apm_config.models.
RetrieveNamespaceMetricsDetails
(**kwargs)¶ Bases:
object
The request body used to retrieve metrics for the specified namespace.
Methods
__init__
(**kwargs)Initializes a new RetrieveNamespaceMetricsDetails object with values from keyword arguments. Attributes
name
[Required] Gets the name of this RetrieveNamespaceMetricsDetails. -
__init__
(**kwargs)¶ Initializes a new RetrieveNamespaceMetricsDetails 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 RetrieveNamespaceMetricsDetails.
-
name
¶ [Required] Gets the name of this RetrieveNamespaceMetricsDetails. Name of the namespace.
Returns: The name of this RetrieveNamespaceMetricsDetails. Return type: str
-