GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest constructor

GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest({
  1. String? command,
  2. Map<String, Object?>? params,
})

Implementation

GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest({
  this.command,
  this.params,
});