GoogleCloudIdentitytoolkitAdminV2Smtp class
Configuration for SMTP relay
Constructors
- GoogleCloudIdentitytoolkitAdminV2Smtp({String? host, String? password, int? port, String? securityMode, String? senderEmail, String? username})
- GoogleCloudIdentitytoolkitAdminV2Smtp.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- host ↔ String?
- 
  SMTP relay host
  getter/setter pair
- password ↔ String?
- 
  SMTP relay password
  getter/setter pair
- port ↔ int?
- 
  SMTP relay port
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- securityMode ↔ String?
- 
  SMTP security mode.
Possible string values are:
  getter/setter pair
- senderEmail ↔ String?
- 
  Sender email for the SMTP relay
  getter/setter pair
- username ↔ String?
- 
  SMTP relay username
  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