SccOrganizationCustomModuleCustomConfigCustomOutputProperties constructor

const SccOrganizationCustomModuleCustomConfigCustomOutputProperties({
  1. TfArg<String>? name,
  2. SccOrganizationCustomModuleCustomConfigCustomOutputPropertiesValueExpression? valueExpression,
})

Implementation

const SccOrganizationCustomModuleCustomConfigCustomOutputProperties({
  this.name,
  this.valueExpression,
});