Class: Google::Apis::DisplayvideoV3::EditCustomerMatchMembersResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb

Overview

The response of FirstAndThirdPartyAudienceService.EditCustomerMatchMembers.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EditCustomerMatchMembersResponse

Returns a new instance of EditCustomerMatchMembersResponse.



5667
5668
5669
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5667

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

Instance Attribute Details

#first_and_third_party_audience_idFixnum

Required. The ID of the updated Customer Match FirstAndThirdPartyAudience. Corresponds to the JSON property firstAndThirdPartyAudienceId

Returns:

  • (Fixnum)


5665
5666
5667
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5665

def first_and_third_party_audience_id
  @first_and_third_party_audience_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5672
5673
5674
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5672

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