Class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ListLinkedTargetsRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contentwarehouse_v1/classes.rb,
lib/google/apis/contentwarehouse_v1/representations.rb,
lib/google/apis/contentwarehouse_v1/representations.rb

Overview

Request message for DocumentLinkService.ListLinkedTargets.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContentwarehouseV1ListLinkedTargetsRequest

Returns a new instance of GoogleCloudContentwarehouseV1ListLinkedTargetsRequest.



2304
2305
2306
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 2304

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#request_metadataGoogle::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RequestMetadata

Meta information is used to improve the performance of the service. Corresponds to the JSON property requestMetadata



2302
2303
2304
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 2302

def 
  @request_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2309
2310
2311
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 2309

def update!(**args)
  @request_metadata = args[:request_metadata] if args.key?(:request_metadata)
end