class Google::Apis::ScriptV1::GoogleAppsScriptTypeAddOnEntryPoint

An add-on entry point.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @add_on_type = args[:add_on_type] if args.key?(:add_on_type)
  @description = args[:description] if args.key?(:description)
  @help_url = args[:help_url] if args.key?(:help_url)
  @post_install_tip_url = args[:post_install_tip_url] if args.key?(:post_install_tip_url)
  @report_issue_url = args[:report_issue_url] if args.key?(:report_issue_url)
  @title = args[:title] if args.key?(:title)
end