GoogleCloudOrgpolicyV2ConstraintListConstraint.fromJson constructor
GoogleCloudOrgpolicyV2ConstraintListConstraint.fromJson(
- Map json_
Implementation
GoogleCloudOrgpolicyV2ConstraintListConstraint.fromJson(core.Map json_)
: this(
supportsIn: json_['supportsIn'] as core.bool?,
supportsUnder: json_['supportsUnder'] as core.bool?,
);