GoogleCloudAdvisorynotificationsV1Notification constructor
GoogleCloudAdvisorynotificationsV1Notification({
- String? createTime,
- List<
GoogleCloudAdvisorynotificationsV1Message> ? messages, - String? name,
- String? notificationType,
- GoogleCloudAdvisorynotificationsV1Subject? subject,
Implementation
GoogleCloudAdvisorynotificationsV1Notification({
this.createTime,
this.messages,
this.name,
this.notificationType,
this.subject,
});