Reference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::FeedItem.
A feed item associated with a support case.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attachment
def attachment() -> ::Google::Cloud::Support::V2beta::Attachment
-
(::Google::Cloud::Support::V2beta::Attachment) — Output only. An attachment attached to the case.
Note: The following fields are mutually exclusive:
attachment
,comment
,email_message
,deleted_attachment
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#comment
def comment() -> ::Google::Cloud::Support::V2beta::Comment
-
(::Google::Cloud::Support::V2beta::Comment) — Output only. A comment added to the case.
Note: The following fields are mutually exclusive:
comment
,attachment
,email_message
,deleted_attachment
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#deleted_attachment
def deleted_attachment() -> ::Google::Cloud::Support::V2beta::Attachment
-
(::Google::Cloud::Support::V2beta::Attachment) — Output only. A deleted attachment that used to be associated with the
support case.
Note: The following fields are mutually exclusive:
deleted_attachment
,comment
,attachment
,email_message
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#email_message
def email_message() -> ::Google::Cloud::Support::V2beta::EmailMessage
-
(::Google::Cloud::Support::V2beta::EmailMessage) — Output only. An email message received in reply to the case.
Note: The following fields are mutually exclusive:
email_message
,comment
,attachment
,deleted_attachment
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#event_time
def event_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. Time corresponding to the event of this item.