View Source GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLink (google_api_content_warehouse v0.3.0)
Basic information about the link target, i.e. the URL or the language code it's believed to represent.
Attributes
-
annotationSourceInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo.t)
, 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLink{ annotationSourceInfo: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo.t() ] | nil, crossDomain: boolean() | nil, url: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.