Class ImagePropertiesSuggestionState
A mask that indicates which of the fields on the base ImageProperties 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 ImagePropertiesSuggestionState : 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? |
BrightnessSuggested
Indicates if there was a suggested change to brightness.
Declaration
[JsonProperty("brightnessSuggested")]
public virtual bool? BrightnessSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ContentUriSuggested
Indicates if there was a suggested change to content_uri.
Declaration
[JsonProperty("contentUriSuggested")]
public virtual bool? ContentUriSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ContrastSuggested
Indicates if there was a suggested change to contrast.
Declaration
[JsonProperty("contrastSuggested")]
public virtual bool? ContrastSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CropPropertiesSuggestionState
A mask that indicates which of the fields in crop_properties have been changed in this suggestion.
Declaration
[JsonProperty("cropPropertiesSuggestionState")]
public virtual CropPropertiesSuggestionState CropPropertiesSuggestionState { get; set; }
Property Value
Type | Description |
---|---|
CropPropertiesSuggestionState |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceUriSuggested
Indicates if there was a suggested change to source_uri.
Declaration
[JsonProperty("sourceUriSuggested")]
public virtual bool? SourceUriSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TransparencySuggested
Indicates if there was a suggested change to transparency.
Declaration
[JsonProperty("transparencySuggested")]
public virtual bool? TransparencySuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |