Parameters for the getUuids operation.

interface GetUuidsParams {
    count?: number;
    headers?: OutgoingHttpHeaders;
}

Properties

Properties

count?: number

Query parameter to specify the number of UUIDs to return.

headers?: OutgoingHttpHeaders

Generated using TypeDoc