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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.