GoogleApi.Composer.V1beta1.Model.Line (google_api_composer v0.36.3)

View Source

Contains information about a single line from logs.

Attributes

  • content (type: String.t, default: nil) - Text content of the log line.
  • lineNumber (type: integer(), default: nil) - Number of the line.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1beta1.Model.Line{
  content: String.t() | nil,
  lineNumber: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.