Show / Hide Table of Contents

Class AppsDynamiteSharedMessageIntegrationPayload

The payload(restricted to 1P applications) to be stored with a specific message.

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

Properties

ETag

The ETag of the item.

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

ProjectNumber

Pantheon project number used to identify the calling app.

Declaration
[JsonProperty("projectNumber")]
public virtual long? ProjectNumber { get; set; }
Property Value
Type Description
long?

TasksMessageIntegrationPayload

Declaration
[JsonProperty("tasksMessageIntegrationPayload")]
public virtual AppsDynamiteSharedTasksMessageIntegrationPayload TasksMessageIntegrationPayload { get; set; }
Property Value
Type Description
AppsDynamiteSharedTasksMessageIntegrationPayload

Type

An enum indicating which 1P application's payload this is. This field is required to add 1P payload.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX