google_api_comment_analyzer v0.6.0 GoogleApi.CommentAnalyzer.V1alpha1.Model.TextEntry View Source

Represents a body of text.

Attributes

  • text (type: String.t, default: nil) - UTF-8 encoded text.
  • type (type: String.t, default: nil) - Type of the text field.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CommentAnalyzer.V1alpha1.Model.TextEntry{
  text: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.