GoogleCloudContentwarehouseV1ListDocumentSchemasResponse

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListDocumentSchemasResponse


Table of Contents ▼

Jump to a specific part of the page:

Description

Response message for DocumentSchemaService.ListDocumentSchemas.

Attributes List

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

View Attributes

Attributes

  1. documentSchemas (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentSchema), default: nil)
    - The document schemas from the specified parent.
  2. 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.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListDocumentSchemasResponse{
documentSchemas: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentSchema.t() ] | nil,
nextPageToken: String.t() | nil
}

Function

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

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