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