ConsumerInfo class
ConsumerInfo provides information about the consumer.
Constructors
- ConsumerInfo({String? consumerNumber, String? projectNumber, String? type})
- ConsumerInfo.fromJson(Map json_)
Properties
- consumerNumber ↔ String?
- 
  The consumer identity number, can be Google cloud project number, folder
number or organization number e.g. 1234567890.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- projectNumber ↔ String?
- 
  The Google cloud project number, e.g. 1234567890.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- type ↔ String?
- 
  The type of the consumer which should have been defined in
Google Resource Manager.
Possible string values are:
  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