GoogleCloudRecommenderV1InsightStateInfo constructor

GoogleCloudRecommenderV1InsightStateInfo({
  1. String? state,
  2. Map<String, String>? stateMetadata,
})

Implementation

GoogleCloudRecommenderV1InsightStateInfo({
  this.state,
  this.stateMetadata,
});