parameters property
        
        Map<String, GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter> ?
        parameters
        
      
getter/setter pair
      Stores the structure of Parameters used by the constraint condition.
The key of map represents the name of the parameter.
Implementation
core.Map<core.String,
        GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter>?
    parameters;