MatchAgentsWithAttributeKey¶
-
class
oci.apm_config.models.
MatchAgentsWithAttributeKey
(**kwargs)¶ Bases:
object
The object representing the agent matching attribute keys.
Methods
__init__
(**kwargs)Initializes a new MatchAgentsWithAttributeKey object with values from keyword arguments. Attributes
agent_attribute_keys
[Required] Gets the agent_attribute_keys of this MatchAgentsWithAttributeKey. -
__init__
(**kwargs)¶ Initializes a new MatchAgentsWithAttributeKey object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: agent_attribute_keys (list[str]) – The value to assign to the agent_attribute_keys property of this MatchAgentsWithAttributeKey.
-
agent_attribute_keys
¶ [Required] Gets the agent_attribute_keys of this MatchAgentsWithAttributeKey. The list of agent matching attribute keys to be updated.
Returns: The agent_attribute_keys of this MatchAgentsWithAttributeKey. Return type: list[str]
-