google_api_you_tube_reporting v0.3.0 GoogleApi.YouTubeReporting.V1.Model.GdataCompositeMedia View Source
gdata
Attributes
- blobRef (String.t): gdata Defaults to
nil
. - blobstore2Info (GoogleApi.YouTubeReporting.V1.Model.GdataBlobstore2Info.t): gdata Defaults to
nil
. - cosmoBinaryReference (String.t): gdata Defaults to
nil
. - crc32cHash (integer()): gdata Defaults to
nil
. - inline (String.t): gdata Defaults to
nil
. - length (String.t): gdata Defaults to
nil
. - md5Hash (String.t): gdata Defaults to
nil
. - objectId (GoogleApi.YouTubeReporting.V1.Model.GdataObjectId.t): gdata Defaults to
nil
. - path (String.t): gdata Defaults to
nil
. - referenceType (String.t): gdata Defaults to
nil
. - sha1Hash (String.t): gdata Defaults to
nil
.
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 Source
t()
View Source
t() :: %GoogleApi.YouTubeReporting.V1.Model.GdataCompositeMedia{
blobRef: String.t(),
blobstore2Info: GoogleApi.YouTubeReporting.V1.Model.GdataBlobstore2Info.t(),
cosmoBinaryReference: String.t(),
crc32cHash: integer(),
inline: String.t(),
length: String.t(),
md5Hash: String.t(),
objectId: GoogleApi.YouTubeReporting.V1.Model.GdataObjectId.t(),
path: String.t(),
referenceType: String.t(),
sha1Hash: String.t()
}
t() :: %GoogleApi.YouTubeReporting.V1.Model.GdataCompositeMedia{ blobRef: String.t(), blobstore2Info: GoogleApi.YouTubeReporting.V1.Model.GdataBlobstore2Info.t(), cosmoBinaryReference: String.t(), crc32cHash: integer(), inline: String.t(), length: String.t(), md5Hash: String.t(), objectId: GoogleApi.YouTubeReporting.V1.Model.GdataObjectId.t(), path: String.t(), referenceType: String.t(), sha1Hash: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.