class Google::Apis::BloggerV3::Pageviews::Count

Attributes

count[RW]

Count of page views for the given time range Corresponds to the JSON property `count` @return [String]

time_range[RW]

Time range the given count applies to Corresponds to the JSON property `timeRange` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/blogger_v3/classes.rb, line 797
def update!(**args)
  @count = args[:count] if args.key?(:count)
  @time_range = args[:time_range] if args.key?(:time_range)
end