BulkUpdateAttributeDetails

class oci.apm_traces.models.BulkUpdateAttributeDetails(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new BulkUpdateAttributeDetails object with values from keyword arguments.

Attributes

attribute_details Gets the attribute_details of this BulkUpdateAttributeDetails.
__init__(**kwargs)

Initializes a new BulkUpdateAttributeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:attribute_details (list[oci.apm_traces.models.BulkUpdateAttributeDetail]) – The value to assign to the attribute_details property of this BulkUpdateAttributeDetails.
attribute_details

Gets the attribute_details of this BulkUpdateAttributeDetails. Collection of objects containing the details about individual attribute for which properties are to be updated.

Returns:The attribute_details of this BulkUpdateAttributeDetails.
Return type:list[oci.apm_traces.models.BulkUpdateAttributeDetail]