interface ListLinksResponse {
    links: Interlink.v1beta1.Link[];
    totalCount: number;
}

Properties

Properties

List of links on the current page.

totalCount: number

Total number of links.