google_api_android_publisher v0.6.0 GoogleApi.AndroidPublisher.V2.Model.ExpansionFile View Source

Attributes

  • fileSize (type: String.t, default: nil) - If set this field indicates that this APK has an Expansion File uploaded to it: this APK does not reference another APK's Expansion File. The field's value is the size of the uploaded Expansion File in bytes.
  • referencesVersion (type: integer(), default: nil) - If set this APK's Expansion File references another APK's Expansion File. The file_size field will not be set.

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() :: %GoogleApi.AndroidPublisher.V2.Model.ExpansionFile{
  fileSize: String.t(),
  referencesVersion: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.