GoogleCloudIdentitytoolkitV1EmailTemplate.fromJson constructor

GoogleCloudIdentitytoolkitV1EmailTemplate.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitV1EmailTemplate.fromJson(core.Map json_)
    : this(
        body: json_['body'] as core.String?,
        customized: json_['customized'] as core.bool?,
        disabled: json_['disabled'] as core.bool?,
        format: json_['format'] as core.String?,
        from: json_['from'] as core.String?,
        fromDisplayName: json_['fromDisplayName'] as core.String?,
        fromLocalPart: json_['fromLocalPart'] as core.String?,
        locale: json_['locale'] as core.String?,
        replyTo: json_['replyTo'] as core.String?,
        subject: json_['subject'] as core.String?,
      );