google_api_docs v0.4.0 GoogleApi.Docs.V1.Model.ImagePropertiesSuggestionState View Source
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 is a new suggested value.
Attributes
angleSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to angle.brightnessSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to brightness.contentUriSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to content_uri.contrastSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to contrast.cropPropertiesSuggestionState
(type:GoogleApi.Docs.V1.Model.CropPropertiesSuggestionState.t
, default:nil
) - A mask that indicates which of the fields in crop_properties have been changed in this suggestion.sourceUriSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to source_uri.transparencySuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to transparency.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Docs.V1.Model.ImagePropertiesSuggestionState{ angleSuggested: boolean(), brightnessSuggested: boolean(), contentUriSuggested: boolean(), contrastSuggested: boolean(), cropPropertiesSuggestionState: GoogleApi.Docs.V1.Model.CropPropertiesSuggestionState.t(), sourceUriSuggested: boolean(), transparencySuggested: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.