ActivateMachineRequestDataAttributes constructor

ActivateMachineRequestDataAttributes({
  1. required String fingerprint,
  2. int? cores,
  3. String? name,
  4. String? ip,
  5. String? hostname,
  6. String? platform,
  7. Object? metadata,
})

Returns a new ActivateMachineRequestDataAttributes instance.

Implementation

ActivateMachineRequestDataAttributes({
  required this.fingerprint,
  this.cores,
  this.name,
  this.ip,
  this.hostname,
  this.platform,
  this.metadata,
});