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

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LinkedAccount

Returns a new instance of LinkedAccount.



4420
4421
4422
# File 'lib/google/apis/content_v2_1/classes.rb', line 4420

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)


4413
4414
4415
# File 'lib/google/apis/content_v2_1/classes.rb', line 4413

def 
  @linked_account_id
end

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

List of provided services. Corresponds to the JSON property services



4418
4419
4420
# File 'lib/google/apis/content_v2_1/classes.rb', line 4418

def services
  @services
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4425
4426
4427
4428
# File 'lib/google/apis/content_v2_1/classes.rb', line 4425

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