View Source GoogleApi.Logging.V2.Model.CopyLogEntriesResponse (google_api_logging v0.47.0)

Response type for CopyLogEntries long running operations.

Attributes

  • logEntriesCopiedCount (type: String.t, default: nil) - Number of log entries copied.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Logging.V2.Model.CopyLogEntriesResponse{
  logEntriesCopiedCount: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.