Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier

Returns a new instance of GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier.



31550
31551
31552
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31550

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#merchant_center_idFixnum

Output only. The Merchant Center id of the Merchant account. This field is read only Corresponds to the JSON property merchantCenterId

Returns:

  • (Fixnum)


31548
31549
31550
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31548

def merchant_center_id
  @merchant_center_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31555
31556
31557
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31555

def update!(**args)
  @merchant_center_id = args[:merchant_center_id] if args.key?(:merchant_center_id)
end