GoogleCloudAdvisorynotificationsV1Message constructor
GoogleCloudAdvisorynotificationsV1Message({
- List<
GoogleCloudAdvisorynotificationsV1Attachment> ? attachments, - GoogleCloudAdvisorynotificationsV1MessageBody? body,
- String? createTime,
- String? localizationTime,
Implementation
GoogleCloudAdvisorynotificationsV1Message({
this.attachments,
this.body,
this.createTime,
this.localizationTime,
});