GoogleCloudIdentitytoolkitAdminV2Trigger.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2Trigger.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2Trigger.fromJson(core.Map json_)
  : this(
      functionUri: json_['functionUri'] as core.String?,
      updateTime: json_['updateTime'] as core.String?,
    );