Class BulkPinAttributeDetails
Bulk request object containing the details of the attributes to be pinned.
Inherited Members
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class BulkPinAttributeDetails
Properties
AttributeDetails
Declaration
[JsonProperty(PropertyName = "attributeDetails")]
public List<BulkPinAttributeDetail> AttributeDetails { get; set; }
Property Value
Type | Description |
---|---|
List<BulkPinAttributeDetail> | Collection of objects containing the details about individual attribute to be pinned. |