GoogleCloudRecommendationengineV1beta1GcsSource constructor

GoogleCloudRecommendationengineV1beta1GcsSource({
  1. List<String>? inputUris,
  2. String? jsonSchema,
})

Implementation

GoogleCloudRecommendationengineV1beta1GcsSource({
  this.inputUris,
  this.jsonSchema,
});