Class: Google::Apis::DatamanagerV1::PairData
- Inherits:
-
Object
- Object
- Google::Apis::DatamanagerV1::PairData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datamanager_v1/classes.rb,
lib/google/apis/datamanager_v1/representations.rb,
lib/google/apis/datamanager_v1/representations.rb
Overview
PAIR IDs for the audience. At least one PAIR ID is required. This feature is only available to data partners.
Instance Attribute Summary collapse
-
#pair_ids ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PairData
constructor
A new instance of PairData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PairData
Returns a new instance of PairData.
1538 1539 1540 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1538 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pair_ids ⇒ Array<String>
Required. Cleanroom-provided PII data, hashed with SHA256, and encrypted with
an EC commutative cipher using publisher key for the PAIR user list. At most 10 pairIds can be
provided in a single AudienceMember.
Corresponds to the JSON property pairIds
1536 1537 1538 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1536 def pair_ids @pair_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1543 1544 1545 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1543 def update!(**args) @pair_ids = args[:pair_ids] if args.key?(:pair_ids) end |