Class: Google::Apis::DisplayvideoV4::EditCustomerMatchMembersResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::EditCustomerMatchMembersResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/representations.rb
Overview
The response of FirstPartyAndPartnerAudienceService.EditCustomerMatchMembers.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ EditCustomerMatchMembersResponse
constructor
A new instance of EditCustomerMatchMembersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EditCustomerMatchMembersResponse
Returns a new instance of EditCustomerMatchMembersResponse.
7519 7520 7521 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 7519 def initialize(**args) update!(**args) end |
Instance Attribute Details
#first_party_and_partner_audience_id ⇒ Fixnum
Required. The ID of the updated Customer Match FirstPartyAndPartnerAudience.
Corresponds to the JSON property firstPartyAndPartnerAudienceId
7517 7518 7519 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 7517 def first_party_and_partner_audience_id @first_party_and_partner_audience_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7524 7525 7526 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 7524 def update!(**args) @first_party_and_partner_audience_id = args[:first_party_and_partner_audience_id] if args.key?(:first_party_and_partner_audience_id) end |