View Source GoogleApi.Analytics.V3.Model.GoalUrlDestinationDetailsSteps (google_api_analytics v0.15.0)

Attributes

  • name (type: String.t, default: nil) - Step name.
  • number (type: integer(), default: nil) - Step number.
  • url (type: String.t, default: nil) - URL for this step.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.GoalUrlDestinationDetailsSteps{
  name: String.t() | nil,
  number: integer() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.