UpdateMachineRequestDataAttributes constructor

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

Returns a new UpdateMachineRequestDataAttributes instance.

Implementation

UpdateMachineRequestDataAttributes({
  this.name,
  this.ip,
  this.hostname,
  this.platform,
  this.cores,
  this.metadata,
});