GoogleCloudOrgpolicyV2ConstraintListConstraint.fromJson constructor

GoogleCloudOrgpolicyV2ConstraintListConstraint.fromJson(
  1. Map json_
)

Implementation

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