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):
Attributes
-
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. -
pageToken
(type:String.t
, default:nil
)
- A page token, received from a previousListLinkedSources
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListLinkedSources
must match the call that provided the page token. -
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
}
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