Class MessageId
Primary key for Message resource.
Inheritance
object
MessageId
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class MessageId : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MessageIdValue
Opaque, server-assigned ID of the Message. While this ID is guaranteed to be unique within the Space, it's not guaranteed to be globally unique.
Declaration
[JsonProperty("messageId")]
public virtual string MessageIdValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentId
ID of the Message's immediate parent.
Declaration
[JsonProperty("parentId")]
public virtual MessageParentId ParentId { get; set; }
Property Value
| Type | Description |
|---|---|
| MessageParentId |