class Google::Apis::ContentV2_1::LinkService
Attributes
service[RW]
Service
provided to or by the linked account. Acceptable values are: - “` shoppingActionsOrderManagement`” - “`shoppingActionsProductManagement`” - “` shoppingAdsProductManagement`” - “`paymentProcessing`” Corresponds to the JSON property `service` @return [String]
status[RW]
Status of the link Acceptable values are: - “`active`” - “`inactive`” - “` pending`” Corresponds to the JSON property `status` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 4259 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 4264 def update!(**args) @service = args[:service] if args.key?(:service) @status = args[:status] if args.key?(:status) end