google_api_service_control v0.6.0 GoogleApi.ServiceControl.V1.Model.LogEntryOperation View Source

Additional information about a potentially long-running operation with which a log entry is associated.

Attributes

  • first (boolean()): Optional. Set this to True if this is the first log entry in the operation. Defaults to: null.
  • id (String.t): Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation. Defaults to: null.
  • last (boolean()): Optional. Set this to True if this is the last log entry in the operation. Defaults to: null.
  • producer (String.t): Optional. An arbitrary producer identifier. The combination of `id` and `producer` must be globally unique. Examples for `producer`: `"MyDivision.MyBigCompany.com"`, `"github.com/MyProject/MyApplication"`. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.ServiceControl.V1.Model.LogEntryOperation{
  first: any(),
  id: any(),
  last: any(),
  producer: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.