GoogleCloudRecommendationengineV1beta1Image constructor

GoogleCloudRecommendationengineV1beta1Image({
  1. int? height,
  2. String? uri,
  3. int? width,
})

Implementation

GoogleCloudRecommendationengineV1beta1Image({
  this.height,
  this.uri,
  this.width,
});