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.



34694
34695
34696
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34694

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



34692
34693
34694
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34692

def third_party_integration_partners
  @third_party_integration_partners
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34699
34700
34701
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34699

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