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.



31652
31653
31654
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31652

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)


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