View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListLinkedSourcesRequest (google_api_content_warehouse v0.6.0)
Response message for DocumentLinkService.ListLinkedSources.
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.t
, default:nil
) - The meta information collected about the document creator, used to enforce access control for the service.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListLinkedSourcesRequest{ pageSize: integer() | nil, pageToken: String.t() | nil, requestMetadata: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RequestMetadata.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.