GoogleApi.Testing.V1.Model.IntentFilter (google_api_testing v0.21.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.