BulkEditTagsResourceTypeCollection¶
-
class
oci.identity.models.
BulkEditTagsResourceTypeCollection
(**kwargs)¶ Bases:
object
The list of resource types that support bulk editing of tags.
Methods
__init__
(**kwargs)Initializes a new BulkEditTagsResourceTypeCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this BulkEditTagsResourceTypeCollection. -
__init__
(**kwargs)¶ Initializes a new BulkEditTagsResourceTypeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.identity.models.BulkEditTagsResourceType]) – The value to assign to the items property of this BulkEditTagsResourceTypeCollection.
-
items
¶ [Required] Gets the items of this BulkEditTagsResourceTypeCollection. The collection of resource types that support bulk editing of tags.
Returns: The items of this BulkEditTagsResourceTypeCollection. Return type: list[oci.identity.models.BulkEditTagsResourceType]
-