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

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.