Show / Hide Table of Contents

Class MessageAdded

A message was added. Specifying id and initial labels.

Inheritance
object
MessageAdded
Implements
IDirectResponseSchema
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 MessageAdded : IDirectResponseSchema

Properties

AttributeIds

Declaration
[JsonProperty("attributeIds")]
public virtual IList<string> AttributeIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LabelIds

Declaration
[JsonProperty("labelIds")]
public virtual IList<string> LabelIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><string>

MessageKey

Declaration
[JsonProperty("messageKey")]
public virtual MultiKey MessageKey { get; set; }
Property Value
Type Description
MultiKey

SyncIds

Note that there can be fewer sync ids than label ids.

Declaration
[JsonProperty("syncIds")]
public virtual IList<long?> SyncIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><long?>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX