GoogleCloudDialogflowV2FulfillmentGenericWebService.fromJson constructor
GoogleCloudDialogflowV2FulfillmentGenericWebService.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2FulfillmentGenericWebService.fromJson(core.Map json_)
: this(
isCloudFunction: json_['isCloudFunction'] as core.bool?,
password: json_['password'] as core.String?,
requestHeaders:
(json_['requestHeaders'] as core.Map<core.String, core.dynamic>?)
?.map(
(key, value) => core.MapEntry(
key,
value as core.String,
),
),
uri: json_['uri'] as core.String?,
username: json_['username'] as core.String?,
);