Integration.Account

struct Integration
struct Account {
string id;
string name;
}

Meta