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