FeatureSettings class

The feature specific settings to be used in the application.

These define behaviors that are user configurable.

Constructors

FeatureSettings({bool? splitHealthChecks, bool? useContainerOptimizedOs})
FeatureSettings.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splitHealthChecks bool?
Boolean value indicating if split health checks should be used instead of the legacy health checks.
getter/setter pair
useContainerOptimizedOs bool?
If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited