class Google::Apis::ScriptV1::GoogleAppsScriptTypeWebAppEntryPoint

A web application entry point.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @entry_point_config = args[:entry_point_config] if args.key?(:entry_point_config)
  @url = args[:url] if args.key?(:url)
end