GoogleCloudIdentitytoolkitV1GetOobCodeResponse constructor

GoogleCloudIdentitytoolkitV1GetOobCodeResponse({
  1. String? email,
  2. String? kind,
  3. String? oobCode,
  4. String? oobLink,
})

Implementation

GoogleCloudIdentitytoolkitV1GetOobCodeResponse({
  this.email,
  this.kind,
  this.oobCode,
  this.oobLink,
});