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.
7936 7937 7938 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7936 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
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 |