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.



123
124
125
# File 'lib/google/apis/documentai_v1/classes.rb', line 123

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



106
107
108
# File 'lib/google/apis/documentai_v1/classes.rb', line 106

def 
  @common_metadata
end

#dest_dataset_typeString

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

Returns:

  • (String)


111
112
113
# File 'lib/google/apis/documentai_v1/classes.rb', line 111

def dest_dataset_type
  @dest_dataset_type
end

#dest_split_typeString

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

Returns:

  • (String)


116
117
118
# File 'lib/google/apis/documentai_v1/classes.rb', line 116

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



121
122
123
# File 'lib/google/apis/documentai_v1/classes.rb', line 121

def individual_batch_move_statuses
  @individual_batch_move_statuses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



128
129
130
131
132
133
# File 'lib/google/apis/documentai_v1/classes.rb', line 128

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