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.



1538
1539
1540
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1538

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


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