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.
1757 1758 1759 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1757 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
1755 1756 1757 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1755 def pair_ids @pair_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1762 1763 1764 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1762 def update!(**args) @pair_ids = args[:pair_ids] if args.key?(:pair_ids) end |