Show / Hide Table of Contents

Class BulkUpdateAttributeNotesDetails

Bulk request object containing the details of the attributes for which notes are to be updated.

Inheritance
object
BulkUpdateAttributeNotesDetails
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 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.

In this article
Back to top