Class MatchAgentsWithAttributeKey
The object representing the agent matching attribute keys.
Inherited Members
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class MatchAgentsWithAttributeKey
Properties
AgentAttributeKeys
Declaration
[Required(ErrorMessage = "AgentAttributeKeys is required.")]
[JsonProperty(PropertyName = "agentAttributeKeys")]
public List<string> AgentAttributeKeys { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The list of agent matching attribute keys to be updated. |
Remarks
Required