ConfigVariableTemplate constructor
ConfigVariableTemplate({
- AuthorizationCodeLink? authorizationCodeLink,
- String? description,
- String? displayName,
- List<
EnumOption> ? enumOptions, - String? enumSource,
- bool? isAdvanced,
- String? key,
- String? locationType,
- MultipleSelectConfig? multipleSelectConfig,
- bool? required,
- LogicalExpression? requiredCondition,
- RoleGrant? roleGrant,
- String? state,
- String? validationRegex,
- String? valueType,
Implementation
ConfigVariableTemplate({
this.authorizationCodeLink,
this.description,
this.displayName,
this.enumOptions,
this.enumSource,
this.isAdvanced,
this.key,
this.locationType,
this.multipleSelectConfig,
this.required,
this.requiredCondition,
this.roleGrant,
this.state,
this.validationRegex,
this.valueType,
});