Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/DataManager/PairIdInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class PairIdInfo extends \Google\Model
*/
public $cleanRoomIdentifier;
/**
* Optional. This field denotes the percentage of membership match of this
* Required. This field denotes the percentage of membership match of this
* user list with the corresponding publisher's first party data. Must be
* between 0 and 100 inclusive.
*
Expand Down Expand Up @@ -98,7 +98,7 @@ public function getCleanRoomIdentifier()
return $this->cleanRoomIdentifier;
}
/**
* Optional. This field denotes the percentage of membership match of this
* Required. This field denotes the percentage of membership match of this
* user list with the corresponding publisher's first party data. Must be
* between 0 and 100 inclusive.
*
Expand Down