Class OpenCreatedDraftActionMarkup
Inheritance
object
OpenCreatedDraftActionMarkup
Implements
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 OpenCreatedDraftActionMarkup : IDirectResponseSchema
Properties
DraftId
The ID of the newly created draft in the form "r123".
Declaration
[JsonProperty("draftId")]
public virtual string DraftId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DraftStorageId
The server storage ID in hex format, for example,"15e9fa622ce1029d".
Declaration
[JsonProperty("draftStorageId")]
public virtual string DraftStorageId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DraftThreadId
The ID of the thread containing the newly created draft, for example, "15e9fa622ce1029d".
Declaration
[JsonProperty("draftThreadId")]
public virtual string DraftThreadId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DraftThreadServerPermId
The server permanent ID for the draft's thread. This field isn't set anywhere, and it's ignored when processing OpenCreatedDraftActionMarkup. Supply and use draftThreadStorageId instead.
Declaration
[JsonProperty("draftThreadServerPermId")]
public virtual string DraftThreadServerPermId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |