Class: Google::Apis::ContentV2_1::LiasettingsGetAccessibleGmbAccountsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::LiasettingsGetAccessibleGmbAccountsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Fixnum
The ID of the Merchant Center account.
-
#gmb_accounts ⇒ Array<Google::Apis::ContentV2_1::GmbAccountsGmbAccount>
A list of GMB accounts which are available to the merchant.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LiasettingsGetAccessibleGmbAccountsResponse
constructor
A new instance of LiasettingsGetAccessibleGmbAccountsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LiasettingsGetAccessibleGmbAccountsResponse
Returns a new instance of LiasettingsGetAccessibleGmbAccountsResponse.
4057 4058 4059 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 4057 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_id ⇒ Fixnum
The ID of the Merchant Center account.
Corresponds to the JSON property accountId
4044 4045 4046 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 4044 def account_id @account_id end |
#gmb_accounts ⇒ Array<Google::Apis::ContentV2_1::GmbAccountsGmbAccount>
A list of GMB accounts which are available to the merchant.
Corresponds to the JSON property gmbAccounts
4049 4050 4051 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 4049 def gmb_accounts @gmb_accounts end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
liasettingsGetAccessibleGmbAccountsResponse".
Corresponds to the JSON property kind
4055 4056 4057 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 4055 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4062 4063 4064 4065 4066 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 4062 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @gmb_accounts = args[:gmb_accounts] if args.key?(:gmb_accounts) @kind = args[:kind] if args.key?(:kind) end |