GoogleCloudIdentitytoolkitV1QueryUserInfoRequest constructor

GoogleCloudIdentitytoolkitV1QueryUserInfoRequest({
  1. List<GoogleCloudIdentitytoolkitV1SqlExpression>? expression,
  2. String? limit,
  3. String? offset,
  4. String? order,
  5. bool? returnUserInfo,
  6. String? sortBy,
  7. String? tenantId,
})

Implementation

GoogleCloudIdentitytoolkitV1QueryUserInfoRequest({
  this.expression,
  this.limit,
  this.offset,
  this.order,
  this.returnUserInfo,
  this.sortBy,
  this.tenantId,
});