Variable constructor
Variable({
- String? accountId,
- String? containerId,
- List<
String> ? disablingTriggerId, - List<
String> ? enablingTriggerId, - String? fingerprint,
- VariableFormatValue? formatValue,
- String? name,
- String? notes,
- List<
Parameter> ? parameter, - String? parentFolderId,
- String? path,
- String? scheduleEndMs,
- String? scheduleStartMs,
- String? tagManagerUrl,
- String? type,
- String? variableId,
- String? workspaceId,
Implementation
Variable({
this.accountId,
this.containerId,
this.disablingTriggerId,
this.enablingTriggerId,
this.fingerprint,
this.formatValue,
this.name,
this.notes,
this.parameter,
this.parentFolderId,
this.path,
this.scheduleEndMs,
this.scheduleStartMs,
this.tagManagerUrl,
this.type,
this.variableId,
this.workspaceId,
});