Operation constructor

Operation({
  1. OperationDnsKeyContext? dnsKeyContext,
  2. String? id,
  3. String? kind,
  4. String? startTime,
  5. String? status,
  6. String? type,
  7. String? user,
  8. OperationManagedZoneContext? zoneContext,
})

Implementation

Operation({
  this.dnsKeyContext,
  this.id,
  this.kind,
  this.startTime,
  this.status,
  this.type,
  this.user,
  this.zoneContext,
});