Show / Hide Table of Contents

Class MessageId

Primary key for Message resource.

Inheritance
System.Object
MessageId
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.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
System.String

ParentId

ID of the Message's immediate parent.

Declaration
[JsonProperty("parentId")]
public virtual MessageParentId ParentId { get; set; }
Property Value
Type Description
MessageParentId

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top