google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.LogConfigCounterOptionsCustomField View Source

Custom fields. These can be used to create a counter with arbitrary field/value pairs. See: go/rpcsp-custom-fields.

Attributes

  • name (type: String.t, default: nil) - Name is the field name.
  • value (type: String.t, default: nil) - Value is the field value. It is important that in contrast to the CounterOptions.field, the value here is a constant that is not derived from the IAMContext.

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.Compute.V1.Model.LogConfigCounterOptionsCustomField{
  name: String.t(),
  value: String.t()
}

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.