TransformSummary class
Description of the type, names/ids, and input/outputs for a transform.
Constructors
-
TransformSummary({List<
DisplayData> ? displayData, String? id, List<String> ? inputCollectionName, String? kind, String? name, List<String> ? outputCollectionName}) - TransformSummary.fromJson(Map json_)
Properties
-
displayData
↔ List<
DisplayData> ? -
Transform-specific display data.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
SDK generated id of this transform instance.
getter/setter pair
-
inputCollectionName
↔ List<
String> ? -
User names for all collection inputs to this transform.
getter/setter pair
- kind ↔ String?
-
Type of transform.
Possible string values are:
getter/setter pair
- name ↔ String?
-
User provided name for this transform instance.
getter/setter pair
-
outputCollectionName
↔ List<
String> ? -
User names for all collection outputs to this transform.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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