Class: Google::Apis::ContentV2_1::LiasettingsGetAccessibleGmbAccountsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::LiasettingsGetAccessibleGmbAccountsResponse
- 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 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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ LiasettingsGetAccessibleGmbAccountsResponse
Returns a new instance of LiasettingsGetAccessibleGmbAccountsResponse
3103 3104 3105 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3103 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_id ⇒ Fixnum
The ID of the account.
Corresponds to the JSON property accountId
3090 3091 3092 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3090 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
3095 3096 3097 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3095 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
3101 3102 3103 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3101 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3108 3109 3110 3111 3112 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3108 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 |