GoogleCloudAdvisorynotificationsV1Text constructor

GoogleCloudAdvisorynotificationsV1Text({
  1. String? enText,
  2. String? localizationState,
  3. String? localizedText,
})

Implementation

GoogleCloudAdvisorynotificationsV1Text({
  this.enText,
  this.localizationState,
  this.localizedText,
});