GoogleCloudAdvisorynotificationsV1Attachment constructor

GoogleCloudAdvisorynotificationsV1Attachment({
  1. GoogleCloudAdvisorynotificationsV1Csv? csv,
  2. String? displayName,
})

Implementation

GoogleCloudAdvisorynotificationsV1Attachment({
  this.csv,
  this.displayName,
});