GoogleHomeEnterpriseSdmV1ListDevicesResponse constructor

GoogleHomeEnterpriseSdmV1ListDevicesResponse({
  1. List<GoogleHomeEnterpriseSdmV1Device>? devices,
})

Implementation

GoogleHomeEnterpriseSdmV1ListDevicesResponse({
  this.devices,
});