GoogleCloudContentwarehouseV1DeleteDocumentLinkRequest

AI Overview😉

  • The potential purpose of this module is to collect metadata about the creator of a document, which is used to enforce access control for the service. This means it's checking who created the document and ensuring they have the necessary permissions to perform actions on it.
  • This module could impact search results by influencing the ranking or visibility of documents based on the credibility or trustworthiness of their creators. It may prioritize documents from trusted or verified sources, or demote those from untrusted or unknown sources.
  • To be more favorable for this function, a website could focus on establishing a clear and transparent authorship or creatorship of its content. This could include providing accurate and up-to-date information about the authors, creators, or contributors, as well as ensuring that the website's content is trustworthy, credible, and of high quality.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Request message for DocumentLinkService.DeleteDocumentLink.

Attributes

  • requestMetadata (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RequestMetadata.t, default: nil) - The meta information collected about the document creator, used to enforce access control for the service.

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.GoogleCloudContentwarehouseV1DeleteDocumentLinkRequest{
    requestMetadata:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RequestMetadata.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.