Class: Google::Apis::ContentV2::LiasettingsGetAccessibleGmbAccountsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::LiasettingsGetAccessibleGmbAccountsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2/classes.rb,
lib/google/apis/content_v2/representations.rb,
lib/google/apis/content_v2/representations.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Fixnum
The ID of the Merchant Center account.
-
#gmb_accounts ⇒ Array<Google::Apis::ContentV2::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.
3446 3447 3448 |
# File 'lib/google/apis/content_v2/classes.rb', line 3446 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
3433 3434 3435 |
# File 'lib/google/apis/content_v2/classes.rb', line 3433 def account_id @account_id end |
#gmb_accounts ⇒ Array<Google::Apis::ContentV2::GmbAccountsGmbAccount>
A list of GMB accounts which are available to the merchant.
Corresponds to the JSON property gmbAccounts
3438 3439 3440 |
# File 'lib/google/apis/content_v2/classes.rb', line 3438 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
3444 3445 3446 |
# File 'lib/google/apis/content_v2/classes.rb', line 3444 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3451 3452 3453 3454 3455 |
# File 'lib/google/apis/content_v2/classes.rb', line 3451 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 |