GoogleCloudContentwarehouseV1UpdateRuleSetRequest.fromJson constructor
GoogleCloudContentwarehouseV1UpdateRuleSetRequest.fromJson(
- Map json_
Implementation
GoogleCloudContentwarehouseV1UpdateRuleSetRequest.fromJson(core.Map json_)
: this(
ruleSet:
json_.containsKey('ruleSet')
? GoogleCloudContentwarehouseV1RuleSet.fromJson(
json_['ruleSet'] as core.Map<core.String, core.dynamic>,
)
: null,
);