GoogleCloudRetailV2ListGenerativeQuestionConfigsResponse constructor

GoogleCloudRetailV2ListGenerativeQuestionConfigsResponse({
  1. List<GoogleCloudRetailV2GenerativeQuestionConfig>? generativeQuestionConfigs,
})

Implementation

GoogleCloudRetailV2ListGenerativeQuestionConfigsResponse({
  this.generativeQuestionConfigs,
});