BackupGcpResource constructor

BackupGcpResource({
  1. String? gcpResourcename,
  2. String? location,
  3. String? type,
})

Implementation

BackupGcpResource({this.gcpResourcename, this.location, this.type});