class Google::Apis::ScriptV1::GoogleAppsScriptTypeWebAppConfig

Web app entry point configuration.

def initialize(**args)

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

def update!(**args)

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