Transformation constructor

Transformation({
  1. String? accountId,
  2. String? containerId,
  3. String? fingerprint,
  4. String? name,
  5. String? notes,
  6. List<Parameter>? parameter,
  7. String? parentFolderId,
  8. String? path,
  9. String? tagManagerUrl,
  10. String? transformationId,
  11. String? type,
  12. String? workspaceId,
})

Implementation

Transformation({
  this.accountId,
  this.containerId,
  this.fingerprint,
  this.name,
  this.notes,
  this.parameter,
  this.parentFolderId,
  this.path,
  this.tagManagerUrl,
  this.transformationId,
  this.type,
  this.workspaceId,
});