A page of workflow schemes.

interface WorkflowSchemeUsagePage {
    nextPageToken?: string;
    values?: WorkflowSchemeUsage[];
}

Properties

nextPageToken?: string

Token for the next page of issue type usages.

The list of workflow schemes.