GoogleCloudIntegrationsV1alphaSerializedFile constructor

GoogleCloudIntegrationsV1alphaSerializedFile({
  1. String? content,
  2. String? file,
})

Implementation

GoogleCloudIntegrationsV1alphaSerializedFile({
  this.content,
  this.file,
});