GoogleCloudContentwarehouseV1ListLinkedTargetsResponse

AI Overview😉

  • The potential purpose of this module is to identify and list linked documents or targets related to a specific document or entity. This could be used to understand the relationships between different pieces of content, such as articles, websites, or other online resources.
  • This module could impact search results by influencing the relevance and ranking of documents based on their connections to other documents. For example, if a document is linked to multiple high-quality sources, it may be considered more authoritative and relevant, leading to a higher ranking in search results. Conversely, documents with few or low-quality links may be ranked lower.
  • To be more favorable for this function, a website could focus on creating high-quality, relevant, and authoritative content that attracts links from other reputable sources. This could involve strategies such as guest blogging, creating linkable assets, and building relationships with other websites and content creators. Additionally, using schema markup and other semantic HTML techniques can help search engines understand the relationships between different pieces of content and improve the website's visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListLinkedTargetsResponse (google_api_content_warehouse v0.4.0)

Response message for DocumentLinkService.ListLinkedTargets.

Attributes

  • documentLinks (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentLink.t), default: nil) - Target document-links.
  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListLinkedTargetsResponse{
    documentLinks:
      [
        GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentLink.t()
      ]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.