Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse

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

Overview

Response message for CustomerService.ListAccessibleCustomers.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse

Returns a new instance of GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse.



7695
7696
7697
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7695

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

Instance Attribute Details

#resource_namesArray<String>

Resource name of customers directly accessible by the user authenticating the call. Corresponds to the JSON property resourceNames

Returns:

  • (Array<String>)


7693
7694
7695
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7693

def resource_names
  @resource_names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7700
7701
7702
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7700

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