AddApplicationReferenceDataSourceResponse constructor
AddApplicationReferenceDataSourceResponse({
- String? applicationARN,
- int? applicationVersionId,
- List<
ReferenceDataSourceDescription> ? referenceDataSourceDescriptions,
Implementation
AddApplicationReferenceDataSourceResponse({
this.applicationARN,
this.applicationVersionId,
this.referenceDataSourceDescriptions,
});