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

Holds data specific to Split APKs.

Attributes

  • isMasterSplit (type: boolean(), default: nil) - Indicates whether this APK is the main split of the module.
  • splitId (type: String.t, default: nil) - Id of the split.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.SplitApkMetadata{
  isMasterSplit: boolean() | nil,
  splitId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.