GoogleApi.Testing.V1.Model.StartActivityIntent (google_api_testing v0.23.0) 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

Specs

t() :: %GoogleApi.Testing.V1.Model.StartActivityIntent{
  action: String.t(),
  categories: [String.t()],
  uri: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.