View Source GoogleApi.CloudSupport.V2.Model.Comment (google_api_cloud_support v0.6.0)

Case comments are the main way Google Support communicates with a user who has opened a case. When a user responds to Google Support, the user's responses also appear as comments.

Attributes

  • body (type: String.t, default: nil) - The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
  • createTime (type: DateTime.t, default: nil) - Output only. The time when this comment was created.
  • creator (type: GoogleApi.CloudSupport.V2.Model.Actor.t, default: nil) - Output only. The user or Google Support agent created this comment.
  • name (type: String.t, default: nil) - Output only. The resource name for the comment.
  • plainTextBody (type: String.t, default: nil) - Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSupport.V2.Model.Comment{
  body: String.t() | nil,
  createTime: DateTime.t() | nil,
  creator: GoogleApi.CloudSupport.V2.Model.Actor.t() | nil,
  name: String.t() | nil,
  plainTextBody: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.