Class: Google::Apis::ContentV2_1::LinkedAccount
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::LinkedAccount
- 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
-
#linked_account_id ⇒ String
The ID of the linked account.
-
#services ⇒ Array<Google::Apis::ContentV2_1::LinkService>
List of provided services.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LinkedAccount
constructor
A new instance of LinkedAccount.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LinkedAccount
Returns a new instance of LinkedAccount.
6233 6234 6235 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6233 def initialize(**args) update!(**args) end |
Instance Attribute Details
#linked_account_id ⇒ String
The ID of the linked account.
Corresponds to the JSON property linkedAccountId
6226 6227 6228 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6226 def linked_account_id @linked_account_id end |
#services ⇒ Array<Google::Apis::ContentV2_1::LinkService>
List of provided services.
Corresponds to the JSON property services
6231 6232 6233 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6231 def services @services end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6238 6239 6240 6241 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6238 def update!(**args) @linked_account_id = args[:linked_account_id] if args.key?(:linked_account_id) @services = args[:services] if args.key?(:services) end |