GoogleCloudContentwarehouseV1UserInfo constructor

GoogleCloudContentwarehouseV1UserInfo({
  1. List<String>? groupIds,
  2. String? id,
})

Implementation

GoogleCloudContentwarehouseV1UserInfo({
  this.groupIds,
  this.id,
});