Source constructor
Source({
- AwsSourceDetails? aws,
- AzureSourceDetails? azure,
- String? createTime,
- String? description,
- Encryption? encryption,
- Map<
String, String> ? labels, - String? name,
- String? updateTime,
- VmwareSourceDetails? vmware,
Implementation
Source({
this.aws,
this.azure,
this.createTime,
this.description,
this.encryption,
this.labels,
this.name,
this.updateTime,
this.vmware,
});