Interface GetOwnersForBadgePayload

interface GetOwnersForBadgePayload {
    bookmark?: string;
}

Properties

Properties

bookmark?: string

The pagination bookmark for where to start the request. Bookmarks are obtained via the previous response. "" for first request.