class Google::Apis::PlusDomainsV1::Activity::Object::Resharers
People who reshared this activity.
Attributes
self_link[RW]
The URL for the collection of resharers. Corresponds to the JSON property `selfLink` @return [String]
total_items[RW]
Total number of people who reshared this activity. Corresponds to the JSON property `totalItems` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/plus_domains_v1/classes.rb, line 905 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 910 def update!(**args) @self_link = args[:self_link] if args.key?(:self_link) @total_items = args[:total_items] if args.key?(:total_items) end