View Source GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportMetadata (google_api_recommendation_engine v0.4.6)

Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.

Attributes

  • createTime (type: DateTime.t, default: nil) - Operation create time.
  • failureCount (type: String.t, default: nil) - Count of entries that encountered errors while processing.
  • operationName (type: String.t, default: nil) - Name of the operation.
  • requestId (type: String.t, default: nil) - Id of the request / operation. This is parroting back the requestId that was passed in the request.
  • successCount (type: String.t, default: nil) - Count of entries that were processed successfully.
  • updateTime (type: DateTime.t, default: nil) - Operation last update time. If the operation is done, this is also the finish time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportMetadata{
    createTime: DateTime.t() | nil,
    failureCount: String.t() | nil,
    operationName: String.t() | nil,
    requestId: String.t() | nil,
    successCount: String.t() | nil,
    updateTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.