Variable constructor

Variable({
  1. String? accountId,
  2. String? containerId,
  3. List<String>? disablingTriggerId,
  4. List<String>? enablingTriggerId,
  5. String? fingerprint,
  6. VariableFormatValue? formatValue,
  7. String? name,
  8. String? notes,
  9. List<Parameter>? parameter,
  10. String? parentFolderId,
  11. String? path,
  12. String? scheduleEndMs,
  13. String? scheduleStartMs,
  14. String? tagManagerUrl,
  15. String? type,
  16. String? variableId,
  17. 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,
});