interface ListTokensResponse {
    tokens: Container.v1beta1.Token[];
    totalCount: number;
}

Properties

Properties

totalCount: number