interface ListRpnV2GroupLogsResponse {
    logs: Dedibox.v1.Log[];
    totalCount: number;
}

Properties

Properties

logs: Dedibox.v1.Log[]

List of rpn v2 logs that match filters.

totalCount: number

Total count of matching rpn v2 logs.