GoogleCloudIdentitytoolkitV1GetAccountInfoResponse constructor

GoogleCloudIdentitytoolkitV1GetAccountInfoResponse({
  1. String? kind,
  2. List<GoogleCloudIdentitytoolkitV1UserInfo>? users,
})

Implementation

GoogleCloudIdentitytoolkitV1GetAccountInfoResponse({
  this.kind,
  this.users,
});