Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCreateAccountLinkResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCreateAccountLinkResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Response message for AccountLinkService.CreateAccountLink.
Instance Attribute Summary collapse
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesCreateAccountLinkResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesCreateAccountLinkResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesCreateAccountLinkResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesCreateAccountLinkResponse.
38879 38880 38881 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38879 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_name ⇒ String
Returned for successful operations. Resource name of the account link.
Corresponds to the JSON property resourceName
38877 38878 38879 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38877 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
38884 38885 38886 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38884 def update!(**args) @resource_name = args[:resource_name] if args.key?(:resource_name) end |