GoogleCloudRecaptchaenterpriseV1TransactionEvent.fromJson constructor
GoogleCloudRecaptchaenterpriseV1TransactionEvent.fromJson(
- Map json_
Implementation
GoogleCloudRecaptchaenterpriseV1TransactionEvent.fromJson(core.Map json_)
: this(
eventTime: json_['eventTime'] as core.String?,
eventType: json_['eventType'] as core.String?,
reason: json_['reason'] as core.String?,
value: (json_['value'] as core.num?)?.toDouble(),
);