DataQualityJobDefinitionDataQualityJobInput class

Constructors

DataQualityJobDefinitionDataQualityJobInput({Input<DataQualityJobDefinitionDataQualityJobInputBatchTransformInput?>? batchTransformInput, Input<DataQualityJobDefinitionDataQualityJobInputEndpointInput?>? endpointInput})
Creates a new DataQualityJobDefinitionDataQualityJobInput. batchTransformInput Input object for the batch transform job. Fields are documented below. endpointInput Input object for the endpoint. Fields are documented below.
const
DataQualityJobDefinitionDataQualityJobInput.fromMap(Map<String, dynamic> map)
factory

Properties

batchTransformInput → Input<DataQualityJobDefinitionDataQualityJobInputBatchTransformInput?>?
Input object for the batch transform job. Fields are documented below.
final
endpointInput → Input<DataQualityJobDefinitionDataQualityJobInputEndpointInput?>?
Input object for the endpoint. Fields are documented below.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited