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.



7936
7937
7938
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7936

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>)


7934
7935
7936
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7934

def resource_names
  @resource_names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7941
7942
7943
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7941

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