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

View Source

A tag within a manifest. https://developer.android.com/guide/topics/manifest/meta-data-element.html

Attributes

  • name (type: String.t, default: nil) - The android:name value
  • value (type: String.t, default: nil) - The android:value value

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.Metadata{
  name: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.