google_api_testing v0.11.0 GoogleApi.Testing.V1.Model.StartActivityIntent View Source

A starting intent specified by an action, uri, and categories.

Attributes

  • action (type: String.t, default: nil) - Action name. Required for START_ACTIVITY.
  • categories (type: list(String.t), default: nil) - Intent categories to set on the intent.
  • uri (type: String.t, default: nil) - URI for the action.

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.StartActivityIntent{
  action: String.t(),
  categories: [String.t()],
  uri: 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.