Show / Hide Table of Contents

Class BulkDeActivateAttributeDetails

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

Inheritance
object
BulkDeActivateAttributeDetails
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 BulkDeActivateAttributeDetails

Properties

AttributeDetails

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

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

In this article
Back to top