DataSourceGcpResourceInfo constructor
DataSourceGcpResourceInfo({
- AlloyDBClusterDataSourceReferenceProperties? alloyDbClusterProperties,
- CloudSqlInstanceDataSourceReferenceProperties? cloudSqlInstanceProperties,
- String? gcpResourcename,
- String? location,
- String? type,
Implementation
DataSourceGcpResourceInfo({
this.alloyDbClusterProperties,
this.cloudSqlInstanceProperties,
this.gcpResourcename,
this.location,
this.type,
});