Class: Google::Apis::DatamanagerV1::PairData

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PairData

Returns a new instance of PairData.



2425
2426
2427
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2425

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#pair_idsArray<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

Returns:

  • (Array<String>)


2423
2424
2425
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2423

def pair_ids
  @pair_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2430
2431
2432
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2430

def update!(**args)
  @pair_ids = args[:pair_ids] if args.key?(:pair_ids)
end