SearchOrganizationsRequest class
The request sent to the SearchOrganizations method.
Constructors
- SearchOrganizationsRequest({String? filter, int? pageSize, String? pageToken})
- SearchOrganizationsRequest.fromJson(Map json_)
Properties
- filter ↔ String?
- 
  An optional query string used to filter the Organizations to return in the
response.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- pageSize ↔ int?
- 
  The maximum number of Organizations to return in the response.
  getter/setter pair
- pageToken ↔ String?
- 
  A pagination token returned from a previous call to SearchOrganizationsthat indicates from where listing should continue.getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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