GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLink
Table of Contents ▼
Jump to a specific part of the page:
Description
Basic information about the link target, i.e. the URL or the language code it's believed to represent.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
annotationSourceInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo)
, default:nil
)
- -
crossDomain
(type:boolean()
, default:nil
)
- For a link A->B where B is represented by this proto, cross_domain := Host(A) != Host(B). -
url
(type:String.t
, default:nil
)
- The URL the information in TargetLink refers to.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLink{
annotationSourceInfo: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo.t() ] | nil,
crossDomain: boolean() | nil,
url: String.t() | nil
}
annotationSourceInfo: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo.t() ] | nil,
crossDomain: boolean() | nil,
url: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLink