ContainerFeatures constructor

ContainerFeatures({
  1. bool? supportBuiltInVariables,
  2. bool? supportClients,
  3. bool? supportEnvironments,
  4. bool? supportFolders,
  5. bool? supportGtagConfigs,
  6. bool? supportTags,
  7. bool? supportTemplates,
  8. bool? supportTransformations,
  9. bool? supportTriggers,
  10. bool? supportUserPermissions,
  11. bool? supportVariables,
  12. bool? supportVersions,
  13. bool? supportWorkspaces,
  14. bool? supportZones,
})

Implementation

ContainerFeatures({
  this.supportBuiltInVariables,
  this.supportClients,
  this.supportEnvironments,
  this.supportFolders,
  this.supportGtagConfigs,
  this.supportTags,
  this.supportTemplates,
  this.supportTransformations,
  this.supportTriggers,
  this.supportUserPermissions,
  this.supportVariables,
  this.supportVersions,
  this.supportWorkspaces,
  this.supportZones,
});