LiasettingsGetAccessibleGmbAccountsResponse constructor
LiasettingsGetAccessibleGmbAccountsResponse({
- String? accountId,
- List<
GmbAccountsGmbAccount> ? gmbAccounts, - String? kind,
Implementation
LiasettingsGetAccessibleGmbAccountsResponse({
this.accountId,
this.gmbAccounts,
this.kind,
});