GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefForwardingUrls
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Submessage for forwarding urls in DocumentMetadata.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
forwardingUrl
(type:list(String.t)
, default:nil
)
- Urls that forward to this url. Used for url -> topical entity entries.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefForwardingUrls{
forwardingUrl: [String.t()] | nil
}
forwardingUrl: [String.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefForwardingUrls