GoogleCloudContentwarehouseV1ActionExecutorOutput.fromJson constructor
GoogleCloudContentwarehouseV1ActionExecutorOutput.fromJson(
- Map json_
Implementation
GoogleCloudContentwarehouseV1ActionExecutorOutput.fromJson(core.Map json_)
: this(
ruleActionsPairs: json_.containsKey('ruleActionsPairs')
? (json_['ruleActionsPairs'] as core.List)
.map((value) =>
GoogleCloudContentwarehouseV1RuleActionsPair.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList()
: null,
);