ContainerFeatures constructor
ContainerFeatures({
- bool? supportBuiltInVariables,
- bool? supportClients,
- bool? supportEnvironments,
- bool? supportFolders,
- bool? supportGtagConfigs,
- bool? supportTags,
- bool? supportTemplates,
- bool? supportTransformations,
- bool? supportTriggers,
- bool? supportUserPermissions,
- bool? supportVariables,
- bool? supportVersions,
- bool? supportWorkspaces,
- 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,
});