View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse (google_api_discovery_engine v0.9.0)

Response of the ExportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field.

Attributes

  • outputResult (type: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaOutputResult.t, default: nil) - Output result indicating where the data were exported to.
  • status (type: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t, default: nil) - The status of the export operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse{
    outputResult:
      GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaOutputResult.t()
      | nil,
    status: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.