class Google::Apis::ContentV2_1::LinkedAccount

Attributes

linked_account_id[RW]

The ID of the linked account. Corresponds to the JSON property `linkedAccountId` @return [String]

services[RW]

List of provided services. Corresponds to the JSON property `services` @return [Array<Google::Apis::ContentV2_1::LinkService>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 4284
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2_1/classes.rb, line 4289
def update!(**args)
  @linked_account_id = args[:linked_account_id] if args.key?(:linked_account_id)
  @services = args[:services] if args.key?(:services)
end