Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier
- 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
The identifier for Merchant Center Account.
Instance Attribute Summary collapse
-
#merchant_center_id ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier
constructor
A new instance of GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier
Returns a new instance of GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier.
31652 31653 31654 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31652 def initialize(**args) update!(**args) end |
Instance Attribute Details
#merchant_center_id ⇒ Fixnum
Output only. The Merchant Center id of the Merchant account. This field is
read only
Corresponds to the JSON property merchantCenterId
31650 31651 31652 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31650 def merchant_center_id @merchant_center_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31657 31658 31659 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31657 def update!(**args) @merchant_center_id = args[:merchant_center_id] if args.key?(:merchant_center_id) end |