BulkDeActivateAttributeDetails

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

Bases: object

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

Methods

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

Attributes

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

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

Gets the attribute_details of this BulkDeActivateAttributeDetails. Collection of objects containing the details about individual attribute to be deactivated.

Returns:The attribute_details of this BulkDeActivateAttributeDetails.
Return type:list[oci.apm_traces.models.BulkDeActivateAttributeDetail]