Namespace¶
- 
class oci.apm_config.models.Namespace(**kwargs)¶
- Bases: - object- Namespaces represent a product level subdivision by name. - Methods - __init__(**kwargs)- Initializes a new Namespace object with values from keyword arguments. - Attributes - name- [Required] Gets the name of this Namespace. - 
__init__(**kwargs)¶
- Initializes a new Namespace 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 Namespace. 
 - 
name¶
- [Required] Gets the name of this Namespace. Name of the namespace. - Returns: - The name of this Namespace. - Return type: - str 
 
-