EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry class

Properties

attributes EnterpriseCrmEventbusProtoAttributes?
Metadata information about the parameters.
getter/setter pair
children List<EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry>?
Child parameters nested within this parameter.
getter/setter pair
containsLargeData bool?
Indicates whether this variable contains large data and need to be uploaded to Cloud Storage.
getter/setter pair
dataType String?
The data type of the parameter. Possible string values are:
getter/setter pair
defaultValue EnterpriseCrmFrontendsEventbusProtoParameterValueType?
Default values for the defined keys.
getter/setter pair
description String?
The description about the parameter
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inOutType String?
Specifies the input/output type for the parameter. Possible string values are:
getter/setter pair
isTransient bool?
Whether this parameter is a transient parameter.
getter/setter pair
jsonSchema String?
This schema will be used to validate runtime JSON-typed values of this parameter.
getter/setter pair
key String?
Key is used to retrieve the corresponding parameter value.
getter/setter pair
name String?
The name (without prefix) to be displayed in the UI for this parameter.
getter/setter pair
producedBy EnterpriseCrmEventbusProtoNodeIdentifier?
The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
getter/setter pair
producer String?
getter/setter pair
protoDefName String?
The name of the protobuf type if the parameter has a protobuf data type.
getter/setter pair
protoDefPath String?
If the data type is of type proto or proto array, this field needs to be populated with the fully qualified proto name.
getter/setter pair
required bool?
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