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