SearchResourcesRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of attributes to include in the response. Used to request fields that are not normally returned in a standard response.

Link copied to clipboard

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Link copied to clipboard

Filters results based on entity metadata.

Link copied to clipboard
val limit: Int?

Max results count per page.

Link copied to clipboard

The marker for the next set of results.

Link copied to clipboard

Order by results in one or more categories.

Link copied to clipboard

Filters based on the resource owner OrgId. This is a mandatory parameter when using Admin SigV4 credentials.

Link copied to clipboard

Filter based on the text field type. A Folder has only a name and no content. A Comment has only content and no name. A Document or Document Version has a name and content

Link copied to clipboard

The String to search for. Searches across different text fields based on request parameters. Use double quotes around the query string for exact phrase matches.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String