Show / Hide Table of Contents

Class UpdateMatchAgentsWithAttributeKeyDetails

The object representing the agent matching attribute keys.

Inheritance
object
UpdateMatchAgentsWithAttributeKeyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top