List sandbox claims for the authenticated tenant, with optional filtering,.
func (
r *SandboxBoxService) List(ctx context.Context,
query SandboxBoxListParams,
opts ...option.RequestOption) (res *SandboxBoxListResponse,
err error
)List sandbox claims for the authenticated tenant, with optional filtering, sorting, and pagination.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
query* | SandboxBoxListParams | |
opts* | ...option.RequestOption |