Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesVideoCustomer

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

Overview

Video specific information about a Customer.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesVideoCustomer

Returns a new instance of GoogleAdsSearchads360V23ResourcesVideoCustomer.



34592
34593
34594
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34592

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

Instance Attribute Details

#third_party_integration_partnersGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCustomerThirdPartyIntegrationPartners

Container for Customer level third party integration partners. Corresponds to the JSON property thirdPartyIntegrationPartners



34590
34591
34592
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34590

def third_party_integration_partners
  @third_party_integration_partners
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34597
34598
34599
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34597

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