ConfigVariableTemplate constructor

ConfigVariableTemplate({
  1. AuthorizationCodeLink? authorizationCodeLink,
  2. String? description,
  3. String? displayName,
  4. List<EnumOption>? enumOptions,
  5. String? enumSource,
  6. bool? isAdvanced,
  7. String? key,
  8. String? locationType,
  9. bool? required,
  10. LogicalExpression? requiredCondition,
  11. RoleGrant? roleGrant,
  12. String? state,
  13. String? validationRegex,
  14. String? valueType,
})

Implementation

ConfigVariableTemplate({
  this.authorizationCodeLink,
  this.description,
  this.displayName,
  this.enumOptions,
  this.enumSource,
  this.isAdvanced,
  this.key,
  this.locationType,
  this.required,
  this.requiredCondition,
  this.roleGrant,
  this.state,
  this.validationRegex,
  this.valueType,
});