GoogleCloudAdvisorynotificationsV1Message constructor

GoogleCloudAdvisorynotificationsV1Message({
  1. List<GoogleCloudAdvisorynotificationsV1Attachment>? attachments,
  2. GoogleCloudAdvisorynotificationsV1MessageBody? body,
  3. String? createTime,
  4. String? localizationTime,
})

Implementation

GoogleCloudAdvisorynotificationsV1Message({
  this.attachments,
  this.body,
  this.createTime,
  this.localizationTime,
});