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):
Attributes
-
params
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectParams
, 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.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectChainHop{
params: GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectParams.t() | nil,
rawTarget: String.t() | nil,
target: String.t() | nil
}
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