FindDevicesByOwnerRequest constructor

FindDevicesByOwnerRequest({
  1. List<String>? customerId,
  2. List<String>? googleWorkspaceCustomerId,
  3. String? limit,
  4. String? pageToken,
  5. String? sectionType,
})

Implementation

FindDevicesByOwnerRequest({
  this.customerId,
  this.googleWorkspaceCustomerId,
  this.limit,
  this.pageToken,
  this.sectionType,
});