interface TagoCoreClusterListInfo {
    created_at: string;
    id: string;
    instance_amount: number;
    name: string;
    profile: string;
    tags: TagsObj[];
    updated_at: string;
}

Properties

created_at: string
id: string
instance_amount: number
name: string
profile: string
tags: TagsObj[]
updated_at: string