Class FeedItem
A feed item associated with a support case.
Implements
Inherited Members
Namespace: Google.Apis.CloudSupport.v2beta.Data
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class FeedItem : IDirectResponseSchema
Properties
Attachment
Output only. An attachment attached to the case.
Declaration
[JsonProperty("attachment")]
public virtual Attachment Attachment { get; set; }
Property Value
Type | Description |
---|---|
Attachment |
Comment
Output only. A comment added to the case.
Declaration
[JsonProperty("comment")]
public virtual Comment Comment { get; set; }
Property Value
Type | Description |
---|---|
Comment |
DeletedAttachment
Output only. A deleted attachment that used to be associated with the support case.
Declaration
[JsonProperty("deletedAttachment")]
public virtual Attachment DeletedAttachment { get; set; }
Property Value
Type | Description |
---|---|
Attachment |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmailMessage
Output only. An email message received in reply to the case.
Declaration
[JsonProperty("emailMessage")]
public virtual EmailMessage EmailMessage { get; set; }
Property Value
Type | Description |
---|---|
EmailMessage |
EventTime
object representation of EventTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EventTimeDateTimeOffset instead.")]
public virtual object EventTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EventTimeDateTimeOffset
DateTimeOffset representation of EventTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EventTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EventTimeRaw
Output only. Time corresponding to the event of this item.
Declaration
[JsonProperty("eventTime")]
public virtual string EventTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |