GoogleCloudIntegrationsV1alphaUploadTemplateRequest constructor

GoogleCloudIntegrationsV1alphaUploadTemplateRequest({
  1. String? content,
  2. String? fileFormat,
})

Implementation

GoogleCloudIntegrationsV1alphaUploadTemplateRequest({
  this.content,
  this.fileFormat,
});