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