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

View Source

The section of an tag. https://developer.android.com/guide/topics/manifest/intent-filter-element.html

Attributes

  • actionNames (type: list(String.t), default: nil) - The android:name value of the tag.
  • categoryNames (type: list(String.t), default: nil) - The android:name value of the tag.
  • mimeType (type: String.t, default: nil) - The android:mimeType value of the tag.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.IntentFilter{
  actionNames: [String.t()] | nil,
  categoryNames: [String.t()] | nil,
  mimeType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.