Get dataset by ids or the shared dataset if not specifed.
func (
r *PublicDatasetService) List(ctx context.Context,
shareToken string,
query PublicDatasetListParams,
opts ...option.RequestOption) (res *PublicDatasetListResponse,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
shareToken* | string | |
query* | PublicDatasetListParams | |
opts* | ...option.RequestOption |