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