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
more...

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata

Returns a new instance of GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata.

[View source]

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

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


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

def 
  @common_metadata
end

#dest_dataset_typeString

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

Returns:

  • (String)

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

def dest_dataset_type
  @dest_dataset_type
end

#dest_split_typeString

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

Returns:

  • (String)

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

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


208
209
210
# File 'lib/google/apis/documentai_v1/classes.rb', line 208

def individual_batch_move_statuses
  @individual_batch_move_statuses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

215
216
217
218
219
220
# File 'lib/google/apis/documentai_v1/classes.rb', line 215

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