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