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.



34766
34767
34768
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34766

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



34764
34765
34766
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34764

def third_party_integration_partners
  @third_party_integration_partners
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34771
34772
34773
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34771

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