Show / Hide Table of Contents

Class AppsDynamiteSharedMessageIntegrationPayload

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

Inheritance
System.Object
AppsDynamiteSharedMessageIntegrationPayload
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 AppsDynamiteSharedMessageIntegrationPayload : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ProjectNumber

Pantheon project number used to identify the calling app.

Declaration
[JsonProperty("projectNumber")]
public virtual long? ProjectNumber { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

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
System.String

Implements

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