BulkActivateAttributeDetails¶
-
class
oci.apm_traces.models.
BulkActivateAttributeDetails
(**kwargs)¶ Bases:
object
Bulk request object containing the details of the attributes to be activated.
Methods
__init__
(**kwargs)Initializes a new BulkActivateAttributeDetails object with values from keyword arguments. Attributes
attribute_details
Gets the attribute_details of this BulkActivateAttributeDetails. -
__init__
(**kwargs)¶ Initializes a new BulkActivateAttributeDetails 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.BulkActivateAttributeDetail]) – The value to assign to the attribute_details property of this BulkActivateAttributeDetails.
-
attribute_details
¶ Gets the attribute_details of this BulkActivateAttributeDetails. Collection of objects containing the details about individual attribute to be activated.
Returns: The attribute_details of this BulkActivateAttributeDetails. Return type: list[oci.apm_traces.models.BulkActivateAttributeDetail]
-