GoogleCloudIdentitytoolkitAdminV2EmailTemplate.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2EmailTemplate.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2EmailTemplate.fromJson(core.Map json_)
    : this(
        body: json_['body'] as core.String?,
        bodyFormat: json_['bodyFormat'] as core.String?,
        customized: json_['customized'] as core.bool?,
        replyTo: json_['replyTo'] as core.String?,
        senderDisplayName: json_['senderDisplayName'] as core.String?,
        senderLocalPart: json_['senderLocalPart'] as core.String?,
        subject: json_['subject'] as core.String?,
      );