class Google::Apis::PlusDomainsV1::Activity::Provider

The service provider that initially published this activity.

Attributes

title[RW]

Name of the service provider. Corresponds to the JSON property `title` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/plus_domains_v1/classes.rb, line 979
def update!(**args)
  @title = args[:title] if args.key?(:title)
end