Version class

The Data Fusion version.

This proto message stores information about certain Data Fusion version, which is used for Data Fusion version upgrade.

Constructors

Version({List<String>? availableFeatures, bool? defaultVersion, String? type, String? versionNumber})
Version.fromJson(Map json_)

Properties

availableFeatures List<String>?
Represents a list of available feature names for a given version.
getter/setter pair
defaultVersion bool?
Whether this is currently the default version for Cloud Data Fusion
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Type represents the release availability of the version Possible string values are:
getter/setter pair
versionNumber String?
The version number of the Data Fusion instance, such as '6.0.1.0'.
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