BulkActionResourceTypeCollection

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

Bases: object

Collection of resource-types supported by a compartment bulk action.

Methods

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

Attributes

items [Required] Gets the items of this BulkActionResourceTypeCollection.
__init__(**kwargs)

Initializes a new BulkActionResourceTypeCollection 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.BulkActionResourceType]) – The value to assign to the items property of this BulkActionResourceTypeCollection.
items

[Required] Gets the items of this BulkActionResourceTypeCollection. Collection of the resource-types supported by a compartment bulk action.

Returns:The items of this BulkActionResourceTypeCollection.
Return type:list[oci.identity.models.BulkActionResourceType]