Show / Hide Table of Contents

Class EmbeddedObjectSuggestionState

A mask that indicates which of the fields on the base EmbeddedObject have been changed in this suggestion. For any field set to true, there's a new suggested value.

Inheritance
object
EmbeddedObjectSuggestionState
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.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class EmbeddedObjectSuggestionState : IDirectResponseSchema

Properties

DescriptionSuggested

Indicates if there was a suggested change to description.

Declaration
[JsonProperty("descriptionSuggested")]
public virtual bool? DescriptionSuggested { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

EmbeddedDrawingPropertiesSuggestionState

A mask that indicates which of the fields in embedded_drawing_properties have been changed in this suggestion.

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

EmbeddedObjectBorderSuggestionState

A mask that indicates which of the fields in embedded_object_border have been changed in this suggestion.

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

ImagePropertiesSuggestionState

A mask that indicates which of the fields in image_properties have been changed in this suggestion.

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

LinkedContentReferenceSuggestionState

A mask that indicates which of the fields in linked_content_reference have been changed in this suggestion.

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

MarginBottomSuggested

Indicates if there was a suggested change to margin_bottom.

Declaration
[JsonProperty("marginBottomSuggested")]
public virtual bool? MarginBottomSuggested { get; set; }
Property Value
Type Description
bool?

MarginLeftSuggested

Indicates if there was a suggested change to margin_left.

Declaration
[JsonProperty("marginLeftSuggested")]
public virtual bool? MarginLeftSuggested { get; set; }
Property Value
Type Description
bool?

MarginRightSuggested

Indicates if there was a suggested change to margin_right.

Declaration
[JsonProperty("marginRightSuggested")]
public virtual bool? MarginRightSuggested { get; set; }
Property Value
Type Description
bool?

MarginTopSuggested

Indicates if there was a suggested change to margin_top.

Declaration
[JsonProperty("marginTopSuggested")]
public virtual bool? MarginTopSuggested { get; set; }
Property Value
Type Description
bool?

SizeSuggestionState

A mask that indicates which of the fields in size have been changed in this suggestion.

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

TitleSuggested

Indicates if there was a suggested change to title.

Declaration
[JsonProperty("titleSuggested")]
public virtual bool? TitleSuggested { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX