Show / Hide Table of Contents

Class BulkUnpinAttributeDetails

Bulk request object containing the details of the attributes to be unpinned.

Inheritance
object
BulkUnpinAttributeDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class BulkUnpinAttributeDetails

Properties

AttributeDetails

Declaration
[JsonProperty(PropertyName = "attributeDetails")]
public List<BulkUnpinAttributeDetail> AttributeDetails { get; set; }
Property Value
Type Description
List<BulkUnpinAttributeDetail>

Collection of objects containing the details about individual attribute to be unpinned.

In this article
Back to top