class Google::Apis::GamesV1::EndPoint

Container for a URL end point of the requested type.

Attributes

url[RW]

A URL suitable for loading in a web browser for the requested endpoint. Corresponds to the JSON property `url` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/games_v1/classes.rb, line 661
def update!(**args)
  @url = args[:url] if args.key?(:url)
end