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:
- generated/google/apis/content_v2_1/classes.rb,
generated/google/apis/content_v2_1/representations.rb,
generated/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.
3525 3526 3527 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3525 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
3512 3513 3514 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3512 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
3517 3518 3519 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3517 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
3523 3524 3525 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3523 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3530 3531 3532 3533 3534 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3530 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 |