GoogleCloudAdvisorynotificationsV1Notification constructor

GoogleCloudAdvisorynotificationsV1Notification({
  1. String? createTime,
  2. List<GoogleCloudAdvisorynotificationsV1Message>? messages,
  3. String? name,
  4. String? notificationType,
  5. GoogleCloudAdvisorynotificationsV1Subject? subject,
})

Implementation

GoogleCloudAdvisorynotificationsV1Notification({
  this.createTime,
  this.messages,
  this.name,
  this.notificationType,
  this.subject,
});