DataSourceGcpResourceInfo constructor

DataSourceGcpResourceInfo({
  1. AlloyDBClusterDataSourceReferenceProperties? alloyDbClusterProperties,
  2. CloudSqlInstanceDataSourceReferenceProperties? cloudSqlInstanceProperties,
  3. String? gcpResourcename,
  4. String? location,
  5. String? type,
})

Implementation

DataSourceGcpResourceInfo({
  this.alloyDbClusterProperties,
  this.cloudSqlInstanceProperties,
  this.gcpResourcename,
  this.location,
  this.type,
});