Class: Google::Apis::ContentV2_1::LinkedAccount

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ LinkedAccount

Returns a new instance of LinkedAccount.



3349
3350
3351
# File 'generated/google/apis/content_v2_1/classes.rb', line 3349

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#linked_account_idString

The ID of the linked account. Corresponds to the JSON property linkedAccountId

Returns:

  • (String)


3342
3343
3344
# File 'generated/google/apis/content_v2_1/classes.rb', line 3342

def 
  @linked_account_id
end

#servicesArray<Google::Apis::ContentV2_1::LinkService>

List of provided services. Corresponds to the JSON property services



3347
3348
3349
# File 'generated/google/apis/content_v2_1/classes.rb', line 3347

def services
  @services
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3354
3355
3356
3357
# File 'generated/google/apis/content_v2_1/classes.rb', line 3354

def update!(**args)
  @linked_account_id = args[:linked_account_id] if args.key?(:linked_account_id)
  @services = args[:services] if args.key?(:services)
end