EnterpriseCrmEventbusProtoCloudLoggingDetails class
Cloud Logging details, selected by the user for the integration version (workflow).
This message field will be also used in ExecutionInfo, to indicate the CloudLoggingDetails config at the time of workflow (integration version) execution, since this field value can be changed for an unpublished workflow.
Constructors
- EnterpriseCrmEventbusProtoCloudLoggingDetails({String? cloudLoggingSeverity, bool? enableCloudLogging})
- EnterpriseCrmEventbusProtoCloudLoggingDetails.fromJson(Map json_)
Properties
- cloudLoggingSeverity ↔ String?
-
Severity selected by the customer for the logs to be sent to Cloud
Logging, for the integration version getting executed.
Possible string values are:
getter/setter pair
- enableCloudLogging ↔ bool?
-
Status of whether Cloud Logging is enabled or not for the integration
version getting executed.
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
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