BulkDeleteResourcesDetails¶
-
class
oci.identity.models.
BulkDeleteResourcesDetails
(**kwargs)¶ Bases:
object
BulkDeleteResourcesDetails model.
Methods
__init__
(**kwargs)Initializes a new BulkDeleteResourcesDetails object with values from keyword arguments. Attributes
resources
[Required] Gets the resources of this BulkDeleteResourcesDetails. -
__init__
(**kwargs)¶ Initializes a new BulkDeleteResourcesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: resources (list[oci.identity.models.BulkActionResource]) – The value to assign to the resources property of this BulkDeleteResourcesDetails.
-
resources
¶ [Required] Gets the resources of this BulkDeleteResourcesDetails. The resources to be deleted.
Returns: The resources of this BulkDeleteResourcesDetails. Return type: list[oci.identity.models.BulkActionResource]
-