LiasettingsGetAccessibleGmbAccountsResponse constructor

LiasettingsGetAccessibleGmbAccountsResponse({
  1. String? accountId,
  2. List<GmbAccountsGmbAccount>? gmbAccounts,
  3. String? kind,
})

Implementation

LiasettingsGetAccessibleGmbAccountsResponse({
  this.accountId,
  this.gmbAccounts,
  this.kind,
});