Show / Hide Table of Contents

Class BulkDeleteResourcesDetails

Inheritance
System.Object
BulkDeleteResourcesDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class BulkDeleteResourcesDetails : object

Properties

Resources

Declaration
public System.Collections.Generic.List<BulkActionResource> Resources { get; set; }
Property Value
Type Description
System.Collections.Generic.List<BulkActionResource>

The resources to be deleted.

Remarks

Required

In This Article
Back to top