GoogleCloudIntegrationsV1alphaParameterMapField constructor

GoogleCloudIntegrationsV1alphaParameterMapField({
  1. GoogleCloudIntegrationsV1alphaValueType? literalValue,
  2. String? referenceKey,
})

Implementation

GoogleCloudIntegrationsV1alphaParameterMapField({
  this.literalValue,
  this.referenceKey,
});