Show / Hide Table of Contents

Class UpdateDraftActionMarkup

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

Properties

ETag

The ETag of the item.

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

UpdateBccRecipients

If set, replaces the existing Bcc recipients of the draft the user is currently editing.

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

UpdateBody

A field that contains a series of update actions to perform on the draft body that the user is currently editing.

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

UpdateCcRecipients

If set, replaces the existing Cc recipients of the draft the user is currently editing.

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

UpdateSubject

If set, replaces the existing subject of the draft the user is currently editing.

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

UpdateToRecipients

If set, replaces the existing To recipients of the draft the user is currently editing.

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

Implements

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