class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ImportDocumentsRequestInlineSource
The inline source for the input config for ImportDocuments method.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @documents = args[:documents] if args.key?(:documents) end