TeragoogleDocumentInfoAttachment

AI Overview😉

  • The potential purpose of this module is to allow for custom attachments to be added to a document or repository, overriding any automatically generated attachments. This could be used to add specific metadata, files, or other information to a document or repository that is not automatically extracted.
  • This module could impact search results by allowing for more specific and relevant information to be associated with a document or repository, making it more discoverable and relevant to search queries. It could also influence the ranking of search results by providing additional context and metadata about the document or repository.
  • A website may change things to be more favorable for this function by providing clear and concise metadata, using relevant keywords and descriptions, and ensuring that attachments are properly formatted and easily parseable. Additionally, websites may want to ensure that their documents and repositories are well-structured and organized, making it easier for the module to extract and attach relevant information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Misc. attachments to be added to the dynamic repository the docservers build. These override any attachments created by parsing the GDocumentBase.

Attributes

  • name (type: String.t, default: nil) -
  • options (type: GoogleApi.ContentWarehouse.V1.Model.TeragoogleRepositoryAttachmentOptions.t, default: nil) -
  • value (type: String.t, default: nil) -

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.TeragoogleDocumentInfoAttachment{
  name: String.t() | nil,
  options:
    GoogleApi.ContentWarehouse.V1.Model.TeragoogleRepositoryAttachmentOptions.t()
    | nil,
  value: 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.