AddApplicationReferenceDataSourceResponse constructor

AddApplicationReferenceDataSourceResponse({
  1. String? applicationARN,
  2. int? applicationVersionId,
  3. List<ReferenceDataSourceDescription>? referenceDataSourceDescriptions,
})

Implementation

AddApplicationReferenceDataSourceResponse({
  this.applicationARN,
  this.applicationVersionId,
  this.referenceDataSourceDescriptions,
});