View Source GoogleApi.CloudSupport.V2beta.Model.FeedItem (google_api_cloud_support v0.8.0)
A feed item associated with a support case.
Attributes
-
attachment
(type:GoogleApi.CloudSupport.V2beta.Model.Attachment.t
, default:nil
) - Output only. An attachment attached to the case. -
comment
(type:GoogleApi.CloudSupport.V2beta.Model.Comment.t
, default:nil
) - Output only. A comment added to the case. -
deletedAttachment
(type:GoogleApi.CloudSupport.V2beta.Model.Attachment.t
, default:nil
) - Output only. A deleted attachment that used to be associated with the support case. -
emailMessage
(type:GoogleApi.CloudSupport.V2beta.Model.EmailMessage.t
, default:nil
) - Output only. An email message received in reply to the case. -
eventTime
(type:DateTime.t
, default:nil
) - Output only. Time corresponding to the event of this item.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSupport.V2beta.Model.FeedItem{ attachment: GoogleApi.CloudSupport.V2beta.Model.Attachment.t() | nil, comment: GoogleApi.CloudSupport.V2beta.Model.Comment.t() | nil, deletedAttachment: GoogleApi.CloudSupport.V2beta.Model.Attachment.t() | nil, emailMessage: GoogleApi.CloudSupport.V2beta.Model.EmailMessage.t() | nil, eventTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.