Class: Google::Apis::DatamanagerV1::PartnerProvidedIdData

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

Partner-provided data holding the partner-provided identifiers. At least one partner-provided identifier is required.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PartnerProvidedIdData

Returns a new instance of PartnerProvidedIdData.



2641
2642
2643
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2641

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

Instance Attribute Details

#partner_provided_idsArray<String>

Required. The list of partner-provided identifiers. Corresponds to the JSON property partnerProvidedIds

Returns:

  • (Array<String>)


2639
2640
2641
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2639

def partner_provided_ids
  @partner_provided_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2646
2647
2648
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2646

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