Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCreateProductLinkInvitationResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCreateProductLinkInvitationResponse
- 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 product link invitation create.
Instance Attribute Summary collapse
-
#resource_name ⇒ String
Resource name of the product link invitation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesCreateProductLinkInvitationResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesCreateProductLinkInvitationResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesCreateProductLinkInvitationResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesCreateProductLinkInvitationResponse.
39080 39081 39082 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39080 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_name ⇒ String
Resource name of the product link invitation.
Corresponds to the JSON property resourceName
39078 39079 39080 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39078 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39085 39086 39087 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39085 def update!(**args) @resource_name = args[:resource_name] if args.key?(:resource_name) end |