LogTransformerTransformerConfigTypeConverterEntry class
Constructors
-
LogTransformerTransformerConfigTypeConverterEntry({required Input<
String> key, required Input<String> type}) -
Creates a new LogTransformerTransformerConfigTypeConverterEntry.
keySpecifies the key with the value that will be converted to a different type.typeSpecifies the type to convert the field value to. Allowed values are:integer,double,stringandboolean.const -
LogTransformerTransformerConfigTypeConverterEntry.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
key
→ Input<
String> -
Specifies the key with the value that will be converted to a different type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Input<
String> -
Specifies the type to convert the field value to. Allowed values are:
integer,double,stringandboolean.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited