Class CropPropertiesSuggestionState
A mask that indicates which of the fields on the base CropProperties have been changed in this suggestion. For any field set to true, there's a new suggested value.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class CropPropertiesSuggestionState : IDirectResponseSchema
Properties
AngleSuggested
Indicates if there was a suggested change to angle.
Declaration
[JsonProperty("angleSuggested")]
public virtual bool? AngleSuggested { 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 |
OffsetBottomSuggested
Indicates if there was a suggested change to offset_bottom.
Declaration
[JsonProperty("offsetBottomSuggested")]
public virtual bool? OffsetBottomSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
OffsetLeftSuggested
Indicates if there was a suggested change to offset_left.
Declaration
[JsonProperty("offsetLeftSuggested")]
public virtual bool? OffsetLeftSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
OffsetRightSuggested
Indicates if there was a suggested change to offset_right.
Declaration
[JsonProperty("offsetRightSuggested")]
public virtual bool? OffsetRightSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
OffsetTopSuggested
Indicates if there was a suggested change to offset_top.
Declaration
[JsonProperty("offsetTopSuggested")]
public virtual bool? OffsetTopSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |