Variable constructor
      
      Variable({})
     
    
    
Implementation
Variable({
  this.accountId,
  this.containerId,
  this.disablingTriggerId,
  this.enablingTriggerId,
  this.fingerprint,
  this.name,
  this.notes,
  this.parameter,
  this.parentFolderId,
  this.scheduleEndMs,
  this.scheduleStartMs,
  this.type,
  this.variableId,
});