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.



8454
8455
8456
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8454

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


8452
8453
8454
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8452

def resource_names
  @resource_names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8459
8460
8461
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8459

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