View Source GoogleApi.Docs.V1.Model.ImagePropertiesSuggestionState (google_api_docs v0.16.0)

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.

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.ImagePropertiesSuggestionState{
  angleSuggested: boolean() | nil,
  brightnessSuggested: boolean() | nil,
  contentUriSuggested: boolean() | nil,
  contrastSuggested: boolean() | nil,
  cropPropertiesSuggestionState:
    GoogleApi.Docs.V1.Model.CropPropertiesSuggestionState.t() | nil,
  sourceUriSuggested: boolean() | nil,
  transparencySuggested: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.