Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse
- 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
-
#resource_names ⇒ Array<String>
Resource name of customers directly accessible by the user authenticating the call.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse
constructor
A new instance of GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse
Returns a new instance of GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse.
7772 7773 7774 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7772 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_names ⇒ Array<String>
Resource name of customers directly accessible by the user authenticating the
call.
Corresponds to the JSON property resourceNames
7770 7771 7772 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7770 def resource_names @resource_names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7777 7778 7779 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7777 def update!(**args) @resource_names = args[:resource_names] if args.key?(:resource_names) end |