View Source GoogleApi.Books.V1.Model.DictionaryAnnotationdata (google_api_books v0.21.0)
Attributes
-
annotationType
(type:String.t
, default:nil
) - The type of annotation this data is for. -
data
(type:GoogleApi.Books.V1.Model.Dictlayerdata.t
, default:nil
) - JSON encoded data for this dictionary annotation data. Emitted with name 'data' in JSON output. Either this or geo_data will be populated. -
encodedData
(type:String.t
, default:nil
) - Base64 encoded data for this annotation data. -
id
(type:String.t
, default:nil
) - Unique id for this annotation data. -
kind
(type:String.t
, default:nil
) - Resource Type -
layerId
(type:String.t
, default:nil
) - The Layer id for this data. * -
selfLink
(type:String.t
, default:nil
) - URL for this resource. * -
updated
(type:String.t
, default:nil
) - Timestamp for the last time this data was updated. (RFC 3339 UTC date-time format). -
volumeId
(type:String.t
, default:nil
) - The volume id for this data. *
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Books.V1.Model.DictionaryAnnotationdata{ annotationType: String.t() | nil, data: GoogleApi.Books.V1.Model.Dictlayerdata.t() | nil, encodedData: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, layerId: String.t() | nil, selfLink: String.t() | nil, updated: String.t() | nil, volumeId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.