GoogleApi.Testing.V1.Model.GetApkDetailsResponse (google_api_testing v0.34.0)

View Source

Response containing the details of the specified Android application.

Attributes

  • apkDetail (type: GoogleApi.Testing.V1.Model.ApkDetail.t, default: nil) - Details of the Android App.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.GetApkDetailsResponse{
  apkDetail: GoogleApi.Testing.V1.Model.ApkDetail.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.