GoogleCloudIdentitytoolkitV1QueryUserInfoRequest class
Request message for QueryUserInfo.
Constructors
- 
          GoogleCloudIdentitytoolkitV1QueryUserInfoRequest({List<GoogleCloudIdentitytoolkitV1SqlExpression> ? expression, String? limit, String? offset, String? order, bool? returnUserInfo, String? sortBy, String? tenantId})
- GoogleCloudIdentitytoolkitV1QueryUserInfoRequest.fromJson(Map json_)
Properties
- 
  expression
  ↔ List<GoogleCloudIdentitytoolkitV1SqlExpression> ?
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- limit ↔ String?
- 
  The maximum number of accounts to return with an upper limit of 500.
  getter/setter pair
- offset ↔ String?
- 
  The number of accounts to skip from the beginning of matching records.
  getter/setter pair
- order ↔ String?
- 
  Possible string values are:
  getter/setter pair
- returnUserInfo ↔ bool?
- 
  If true, this request will return the accounts matching the query.getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sortBy ↔ String?
- 
  Possible string values are:
  getter/setter pair
- tenantId ↔ String?
- 
  The ID of the tenant to which the result is scoped.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited