Class: Google::Apis::DatamanagerV1::PpidData
- Inherits:
-
Object
- Object
- Google::Apis::DatamanagerV1::PpidData
- 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
Publisher provided identifiers data holding the ppids. At least one ppid is required. This feature is only available to data partners.
Instance Attribute Summary collapse
-
#ppids ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PpidData
constructor
A new instance of PpidData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PpidData
Returns a new instance of PpidData.
1676 1677 1678 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1676 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ppids ⇒ Array<String>
Required. The list of publisher provided identifiers for a user.
Corresponds to the JSON property ppids
1674 1675 1676 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1674 def ppids @ppids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1681 1682 1683 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1681 def update!(**args) @ppids = args[:ppids] if args.key?(:ppids) end |