GoogleCloudContentwarehouseV1ListLinkedSourcesRequest

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListLinkedSourcesRequest


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. pageSize (type: integer(), default: nil)
    - The maximum number of document-links to return. The service may return fewer than this value. If unspecified, at most 50 document-links will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
  2. pageToken (type: String.t, default: nil)
    - A page token, received from a previous ListLinkedSources call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListLinkedSources must match the call that provided the page token.
  3. requestMetadata (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RequestMetadata, default: nil)
    - The meta information collected about the document creator, used to enforce access control for the service.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListLinkedSourcesRequest{
pageSize: integer() | nil,
pageToken: String.t() | nil,
requestMetadata: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RequestMetadata.t() | nil
}

Function

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

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