View Source GoogleApi.CloudSupport.V2beta.Model.TextContent (google_api_cloud_support v0.7.0)

Stores text attached to a support object.

Attributes

  • plainText (type: String.t, default: nil) - Content in this field should be rendered and interpreted as-is.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSupport.V2beta.Model.TextContent{
  plainText: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.