class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ListDocumentsResponse
Response message for DocumentService.ListDocuments method.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @documents = args[:documents] if args.key?(:documents) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end