View Source GoogleApi.AndroidPublisher.V3.Model.ExpansionFile (google_api_android_publisher v0.34.1)

An expansion file. The resource for ExpansionFilesService.

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.ExpansionFile{
  fileSize: String.t() | nil,
  referencesVersion: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.