class Google::Apis::UrlshortenerV1::StringCount

Attributes

count[RW]

Number of clicks for this top entry, e.g. for this particular country or browser. Corresponds to the JSON property `count` @return [String]

id[RW]

Label assigned to this top entry, e.g. “US” or “Chrome”. Corresponds to the JSON property `id` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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