interface ListVPCsResponse {
    totalCount: number;
    vpcs: VPC.v2.VPC[];
}

Properties

Properties

totalCount: number
vpcs: VPC.v2.VPC[]