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