Class: Google::Apis::PlusV1::Activity::Object::Resharers

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/plus_v1/classes.rb,
generated/google/apis/plus_v1/representations.rb,
generated/google/apis/plus_v1/representations.rb

Overview

People who reshared this activity.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Resharers

Returns a new instance of Resharers.



865
866
867
# File 'generated/google/apis/plus_v1/classes.rb', line 865

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

The URL for the collection of resharers. Corresponds to the JSON property selfLink

Returns:

  • (String)


858
859
860
# File 'generated/google/apis/plus_v1/classes.rb', line 858

def self_link
  @self_link
end

#total_itemsFixnum

Total number of people who reshared this activity. Corresponds to the JSON property totalItems

Returns:

  • (Fixnum)


863
864
865
# File 'generated/google/apis/plus_v1/classes.rb', line 863

def total_items
  @total_items
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



870
871
872
873
# File 'generated/google/apis/plus_v1/classes.rb', line 870

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