Class: Google::Apis::DisplayvideoV1::EditCustomerMatchMembersResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::EditCustomerMatchMembersResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v1/classes.rb,
lib/google/apis/displayvideo_v1/representations.rb,
lib/google/apis/displayvideo_v1/representations.rb
Overview
The response of FirstAndThirdPartyAudienceService.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.
4596 4597 4598 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 4596 def initialize(**args) update!(**args) end |
Instance Attribute Details
#first_and_third_party_audience_id ⇒ Fixnum
Required. The ID of the updated Customer Match FirstAndThirdPartyAudience.
Corresponds to the JSON property firstAndThirdPartyAudienceId
4594 4595 4596 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 4594 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
4601 4602 4603 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 4601 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 |