GoogleCloudIntegrationsV1alphaCloudLoggingDetails class
Cloud Logging details for execution info
Constructors
- GoogleCloudIntegrationsV1alphaCloudLoggingDetails({String? cloudLoggingSeverity, bool? enableCloudLogging})
- GoogleCloudIntegrationsV1alphaCloudLoggingDetails.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.
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