View Source GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectChainHop (google_api_content_warehouse v0.4.0)

NOLINT

Attributes

  • params (type: GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectParams.t, default: nil) -
  • rawTarget (type: String.t, default: nil) - Redirect target with fragment. This field is populated only if there was a fragment.
  • target (type: String.t, default: nil) - Redirect target URL and params of the current hop in the redirect chain.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectChainHop{
  params:
    GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectParams.t()
    | nil,
  rawTarget: String.t() | nil,
  target: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.