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

The parameters to CopyLogEntries.

Attributes

  • destination (type: String.t, default: nil) - Required. Destination to which to copy log entries.
  • filter (type: String.t, default: nil) - Optional. A filter specifying which log entries to copy. The filter must be no more than 20k characters. An empty filter matches all log entries.
  • name (type: String.t, default: nil) - Required. Log bucket from which to copy log entries.For example:"projects/my-project/locations/global/buckets/my-source-bucket"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Logging.V2.Model.CopyLogEntriesRequest{
  destination: String.t() | nil,
  filter: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.