class Google::Apis::ScriptV1::Metrics

def update!(**args)

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