Show / Hide Table of Contents

Class Attribute

An Attribute is a piece of data attached an Item. Attributes are opaque to the Starbox and have no effect on, nor are they effected by, message storage, indexing, or search.

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

Properties

ETag

The ETag of the item.

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

Name

The name of the attribute. Required - If a write is attempted with an empty string, the server will return an error.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Value

Declaration
[JsonProperty("value")]
public virtual CaribouAttributeValue Value { get; set; }
Property Value
Type Description
CaribouAttributeValue

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX