IndexingConverterRedirectChainHop

GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectChainHop


Table of Contents ▼

Jump to a specific part of the page:

Description

NOLINT

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectChainHop