GoogleCloudContentwarehouseV1ListRuleSetsResponse

AI Overview😉

  • The potential purpose of this module is to manage and retrieve rule sets from a content warehouse. A rule set is a collection of rules that define how content is processed, filtered, or transformed. This module appears to be responsible for listing and retrieving these rule sets.
  • This module could impact search results by influencing how content is processed and filtered before being presented to users. For example, rule sets might define how to handle duplicate content, filter out irrelevant results, or boost certain types of content. By managing these rule sets, this module could affect the relevance, accuracy, and diversity of search results.
  • To be more favorable for this function, a website could focus on creating high-quality, unique, and relevant content that aligns with the rules and filters defined in the rule sets. This might involve optimizing content structure, using specific keywords or phrases, and ensuring content is up-to-date and accurate. Additionally, websites could consider implementing content processing and filtering mechanisms that align with the rule sets, such as using schema markup or providing clear and concise metadata.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Response message for RuleSetService.ListRuleSets.

Attributes

  • 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.
  • ruleSets (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleSet.t), default: nil) - The rule sets from the specified parent.

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.GoogleCloudContentwarehouseV1ListRuleSetsResponse{
    nextPageToken: String.t() | nil,
    ruleSets:
      [
        GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleSet.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.