BulkPinAttributeDetails

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

Bases: object

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

Methods

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

Attributes

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

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

Gets the attribute_details of this BulkPinAttributeDetails. Collection of objects containing the details about individual attribute to be pinned.

Returns:The attribute_details of this BulkPinAttributeDetails.
Return type:list[oci.apm_traces.models.BulkPinAttributeDetail]