GoogleCloudIntegrationsV1alphaExecution class
The Execution resource contains detailed information of an individual integration execution.
Constructors
-
GoogleCloudIntegrationsV1alphaExecution({GoogleCloudIntegrationsV1alphaCloudLoggingDetails? cloudLoggingDetails, String? createTime, List<
GoogleCloudIntegrationsV1alphaExecution> ? directSubExecutions, EnterpriseCrmEventbusProtoEventExecutionDetails? eventExecutionDetails, GoogleCloudIntegrationsV1alphaExecutionDetails? executionDetails, String? executionMethod, String? integrationVersionState, String? name, GoogleCloudIntegrationsV1alphaExecutionReplayInfo? replayInfo, Map<String, GoogleCloudIntegrationsV1alphaValueType> ? requestParameters, List<EnterpriseCrmFrontendsEventbusProtoParameterEntry> ? requestParams, Map<String, GoogleCloudIntegrationsV1alphaValueType> ? responseParameters, List<EnterpriseCrmFrontendsEventbusProtoParameterEntry> ? responseParams, String? snapshotNumber, String? triggerId, String? updateTime}) - GoogleCloudIntegrationsV1alphaExecution.fromJson(Map json_)
Properties
- cloudLoggingDetails ↔ GoogleCloudIntegrationsV1alphaCloudLoggingDetails?
-
Cloud Logging details for the integration version
getter/setter pair
- createTime ↔ String?
-
Created time of the execution.
getter/setter pair
-
directSubExecutions
↔ List<
GoogleCloudIntegrationsV1alphaExecution> ? -
Direct sub executions of the following Execution.
getter/setter pair
- eventExecutionDetails ↔ EnterpriseCrmEventbusProtoEventExecutionDetails?
-
The execution info about this event.
getter/setter pair
- executionDetails ↔ GoogleCloudIntegrationsV1alphaExecutionDetails?
-
Detailed info of this execution.
getter/setter pair
- executionMethod ↔ String?
-
The ways user posts this event.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- integrationVersionState ↔ String?
-
State of the integration version
getter/setter pair
- name ↔ String?
-
Auto-generated primary key.
getter/setter pair
- replayInfo ↔ GoogleCloudIntegrationsV1alphaExecutionReplayInfo?
-
Replay info for the execution
getter/setter pair
-
requestParameters
↔ Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? -
Event parameters come in as part of the request.
getter/setter pair
-
requestParams
↔ List<
EnterpriseCrmFrontendsEventbusProtoParameterEntry> ? -
Event parameters come in as part of the request.
getter/setter pair
-
responseParameters
↔ Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? -
Event parameters returned as part of the response.
getter/setter pair
-
responseParams
↔ List<
EnterpriseCrmFrontendsEventbusProtoParameterEntry> ? -
Event parameters come out as part of the response.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snapshotNumber ↔ String?
-
An increasing sequence that is set when a new snapshot is created
getter/setter pair
- triggerId ↔ String?
-
The trigger id of the integration trigger config.
getter/setter pair
- updateTime ↔ String?
-
Last modified time of the execution.
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