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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.