Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata

Returns a new instance of GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata.



204
205
206
# File 'lib/google/apis/documentai_v1/classes.rb', line 204

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

Instance Attribute Details

#common_metadataGoogle::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata

The common metadata for long running operations. Corresponds to the JSON property commonMetadata



187
188
189
# File 'lib/google/apis/documentai_v1/classes.rb', line 187

def 
  @common_metadata
end

#dest_dataset_typeString

The destination dataset split type. Corresponds to the JSON property destDatasetType

Returns:

  • (String)


192
193
194
# File 'lib/google/apis/documentai_v1/classes.rb', line 192

def dest_dataset_type
  @dest_dataset_type
end

#dest_split_typeString

The destination dataset split type. Corresponds to the JSON property destSplitType

Returns:

  • (String)


197
198
199
# File 'lib/google/apis/documentai_v1/classes.rb', line 197

def dest_split_type
  @dest_split_type
end

#individual_batch_move_statusesArray<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus>

The list of response details of each document. Corresponds to the JSON property individualBatchMoveStatuses



202
203
204
# File 'lib/google/apis/documentai_v1/classes.rb', line 202

def individual_batch_move_statuses
  @individual_batch_move_statuses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



209
210
211
212
213
214
# File 'lib/google/apis/documentai_v1/classes.rb', line 209

def update!(**args)
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
  @dest_dataset_type = args[:dest_dataset_type] if args.key?(:dest_dataset_type)
  @dest_split_type = args[:dest_split_type] if args.key?(:dest_split_type)
  @individual_batch_move_statuses = args[:individual_batch_move_statuses] if args.key?(:individual_batch_move_statuses)
end