BulkDeleteTagsDetails

class oci.identity.models.BulkDeleteTagsDetails(**kwargs)

Bases: object

Properties for deleting tags in bulk

Methods

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

Attributes

tag_definition_ids [Required] Gets the tag_definition_ids of this BulkDeleteTagsDetails.
__init__(**kwargs)

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

Parameters:tag_definition_ids (list[str]) – The value to assign to the tag_definition_ids property of this BulkDeleteTagsDetails.
tag_definition_ids

[Required] Gets the tag_definition_ids of this BulkDeleteTagsDetails. The OCIDs of the tag definitions to delete

Returns:The tag_definition_ids of this BulkDeleteTagsDetails.
Return type:list[str]