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

A comment associated with a support case. Case comments are the primary way for Google Support to communicate 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.
  • createTime (type: DateTime.t, default: nil) - Output only. The time when the comment was created.
  • creator (type: GoogleApi.CloudSupport.V2.Model.Actor.t, default: nil) - Output only. The user or Google Support agent who created the comment.
  • name (type: String.t, default: nil) - Output only. Identifier. The resource name of the comment.
  • plainTextBody (type: String.t, default: nil) - Output only. DEPRECATED. DO NOT USE. A duplicate of the body field. This field is only present for legacy reasons.

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.