GoogleCloudIntegrationsV1alphaEventParameter constructor

GoogleCloudIntegrationsV1alphaEventParameter({
  1. String? key,
  2. bool? masked,
  3. GoogleCloudIntegrationsV1alphaValueType? value,
})

Implementation

GoogleCloudIntegrationsV1alphaEventParameter({
  this.key,
  this.masked,
  this.value,
});