Source constructor

Source({
  1. AwsSourceDetails? aws,
  2. AzureSourceDetails? azure,
  3. String? createTime,
  4. String? description,
  5. Encryption? encryption,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? updateTime,
  9. VmwareSourceDetails? vmware,
})

Implementation

Source({
  this.aws,
  this.azure,
  this.createTime,
  this.description,
  this.encryption,
  this.labels,
  this.name,
  this.updateTime,
  this.vmware,
});