BulkUnpinAttributeDetails

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

Bases: object

Bulk request object containing the details of the attributes to be unpinned.

Methods

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

Attributes

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

Initializes a new BulkUnpinAttributeDetails 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.BulkUnpinAttributeDetail]) – The value to assign to the attribute_details property of this BulkUnpinAttributeDetails.
attribute_details

Gets the attribute_details of this BulkUnpinAttributeDetails. Collection of objects containing the details about individual attribute to be unpinned.

Returns:The attribute_details of this BulkUnpinAttributeDetails.
Return type:list[oci.apm_traces.models.BulkUnpinAttributeDetail]