public sealed class FeedItem : IMessage<FeedItem>, IEquatable<FeedItem>, IDeepCloneable<FeedItem>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2beta API class FeedItem.
A feed item associated with a support case.
Namespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.dll
Constructors
FeedItem()
public FeedItem()
FeedItem(FeedItem)
public FeedItem(FeedItem other)
Parameter | |
---|---|
Name | Description |
other |
FeedItem |
Properties
Attachment
public Attachment Attachment { get; set; }
Output only. An attachment attached to the case.
Property Value | |
---|---|
Type | Description |
Attachment |
Comment
public Comment Comment { get; set; }
Output only. A comment added to the case.
Property Value | |
---|---|
Type | Description |
Comment |
DeletedAttachment
public Attachment DeletedAttachment { get; set; }
Output only. A deleted attachment that used to be associated with the support case.
Property Value | |
---|---|
Type | Description |
Attachment |
EmailMessage
public EmailMessage EmailMessage { get; set; }
Output only. An email message received in reply to the case.
Property Value | |
---|---|
Type | Description |
EmailMessage |
EventObjectCase
public FeedItem.EventObjectOneofCase EventObjectCase { get; }
Property Value | |
---|---|
Type | Description |
FeedItemEventObjectOneofCase |
EventTime
public Timestamp EventTime { get; set; }
Output only. Time corresponding to the event of this item.
Property Value | |
---|---|
Type | Description |
Timestamp |