View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCloudLoggingDetails (google_api_integrations v0.6.0)

Cloud Logging details for execution info

Attributes

  • cloudLoggingSeverity (type: String.t, default: nil) - Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
  • enableCloudLogging (type: boolean(), default: nil) - Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCloudLoggingDetails{
    cloudLoggingSeverity: String.t() | nil,
    enableCloudLogging: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.