VerificationCode class
JSON template for verification codes in Directory API. STEPLADDER: Generated unstable field number for field 'kind'. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field 'etag'. (See http://go/stepladder-help#fieldNumber)
Constructors
- VerificationCode()
- VerificationCode.fromJson(Map _json)
Properties
- etag ↔ String
-
ETag of the resource.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- kind ↔ String
-
The type of the resource. This is always admin#directory#verificationCode.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- userId ↔ String
-
The obfuscated unique ID of the user.
read / write
- verificationCode ↔ String
-
A current verification code for the user. Invalidated or used verification
codes are not returned as part of the result.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited