TeragoogleRepositoryAttachmentOptions

AI Overview😉

  • The potential purpose of this module is to determine the compression type to be applied to section or attachment in the Google Search results. This could be related to how Google stores and retrieves content from its database, and how it presents that content to users.
  • This module could impact search results by affecting the loading speed and presentation of content. If a website's content is compressed efficiently, it may load faster and be more likely to appear higher in search results. On the other hand, if a website's content is not compressed or is compressed poorly, it may load slower and be penalized in search results.
  • A website may change things to be more favorable for this function by optimizing its content compression. This could include using efficient compression algorithms, compressing images and videos, and minimizing the file size of its content. Additionally, a website may ensure that its content is properly formatted and structured to make it easier for Google's algorithm to retrieve and present.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Compression type to be applied to section/attachment.

Attributes

  • compression (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.TeragoogleRepositoryAttachmentOptions{
    compression: 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.