View Source GoogleApi.Composer.V1.Model.Line (google_api_composer v0.36.1)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.