GoogleCloudRecaptchaenterpriseV1ProtectedEndpoint.fromJson constructor
GoogleCloudRecaptchaenterpriseV1ProtectedEndpoint.fromJson(
- Map json_
Implementation
GoogleCloudRecaptchaenterpriseV1ProtectedEndpoint.fromJson(core.Map json_)
: this(
action: json_['action'] as core.String?,
path: json_['path'] as core.String?,
);