Operation constructor
Operation({
- OperationDnsKeyContext? dnsKeyContext,
- String? id,
- String? kind,
- String? startTime,
- String? status,
- String? type,
- String? user,
- OperationManagedZoneContext? zoneContext,
Implementation
Operation({
this.dnsKeyContext,
this.id,
this.kind,
this.startTime,
this.status,
this.type,
this.user,
this.zoneContext,
});