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.



2252
2253
2254
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2252

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>)


2250
2251
2252
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2250

def pair_ids
  @pair_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2257
2258
2259
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2257

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