GoogleCloudIdentitytoolkitAdminV2Smtp.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2Smtp.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2Smtp.fromJson(core.Map json_)
    : this(
        host: json_['host'] as core.String?,
        password: json_['password'] as core.String?,
        port: json_['port'] as core.int?,
        securityMode: json_['securityMode'] as core.String?,
        senderEmail: json_['senderEmail'] as core.String?,
        username: json_['username'] as core.String?,
      );