GoogleCloudContentwarehouseV1ListLinkedSourcesResponse

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListLinkedSourcesResponse


Table of Contents ▼

Jump to a specific part of the page:

Description

Response message for DocumentLinkService.ListLinkedSources.

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.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListLinkedSourcesResponse{
documentLinks: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentLink.t() ] | nil,
nextPageToken: String.t() | nil
}

Function

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

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