GoogleCloudContentwarehouseV1ListRuleSetsResponse

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListRuleSetsResponse


Table of Contents ▼

Jump to a specific part of the page:

Description

Response message for RuleSetService.ListRuleSets.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListRuleSetsResponse{
nextPageToken: String.t() | nil,
ruleSets: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleSet.t() ] | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListRuleSetsResponse