GoogleCloudAdvisorynotificationsV1MessageBody constructor

GoogleCloudAdvisorynotificationsV1MessageBody({
  1. GoogleCloudAdvisorynotificationsV1Text? text,
})

Implementation

GoogleCloudAdvisorynotificationsV1MessageBody({
  this.text,
});