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